feat: Setup git credential cache
This commit is contained in:
parent
1523dadf1f
commit
1d486304ac
3
home.nix
3
home.nix
|
@ -186,6 +186,9 @@
|
||||||
wordRegex = ".";
|
wordRegex = ".";
|
||||||
submodule = "log";
|
submodule = "log";
|
||||||
};
|
};
|
||||||
|
credential = {
|
||||||
|
helper = "cache";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
## Multimedia
|
## Multimedia
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
canon-cups-ufr2 = unstable.canon-cups-ufr2;
|
canon-cups-ufr2 = unstable.canon-cups-ufr2;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [
|
drivers = [
|
||||||
|
|
Loading…
Reference in New Issue