This commit is contained in:
Peder Bergebakken Sundt 2024-06-16 13:25:03 +02:00
parent 54cd8d9a70
commit f0d2c544fe
2 changed files with 4 additions and 1 deletions

View File

@ -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";

View File

@ -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" = {};
};