disable gc on laptop

This commit is contained in:
Yorick van Pelt 2017-01-26 14:51:44 +01:00
parent c9a99431c0
commit 69bddec6fb

View file

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