misc
This commit is contained in:
parent
54cd8d9a70
commit
f0d2c544fe
3
base.nix
3
base.nix
|
@ -48,6 +48,9 @@
|
|||
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||
nix.settings.keep-derivations = true; # great with nix-diff
|
||||
nix.settings.auto-optimise-store = true; # deduplicate with hardlinks, expensive. Alternative: nix-store --optimise
|
||||
nix.settings.max-silent-time = 3600;
|
||||
#nix.settings.keep-failed = true;
|
||||
#nix.settings.log-lines = 35;
|
||||
#nix.optimize.automatic = true; # periodic optimization
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.dates = "weekly";
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
# fyrkat
|
||||
#"fyrkat.no".hostname = "fridge.fyrkat.no";
|
||||
#"*.fyrkat.no".proxyJump = "isvegg.pvv.ntnu.no";
|
||||
"fridge.fyrkat.no" = {};
|
||||
"fridge.fyrkat.no".port = 222;
|
||||
"fil.fyrkat.no" = {};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue