disable gc on laptop

auto-flake-update
Yorick van Pelt 2017-01-26 14:51:44 +01:00
parent c9a99431c0
commit 69bddec6fb
1 changed files with 1 additions and 0 deletions

View File

@ -51,4 +51,5 @@ in
hostname = secrets.tor_hostnames."ssh.ascanius";
private_key = "/run/keys/torkeys/ssh.ascanius.key"; }
];
nix.gc.automatic = pkgs.lib.mkOverride 30 false;
}