servers: clear NIX_PATH

This commit is contained in:
Sean Buckley 2022-01-22 14:20:00 -05:00
parent 09c9a385f2
commit aeacc26810

View file

@ -5,6 +5,7 @@ with lib;
services.logind.lidSwitch = "ignore";
services.openssh.enable = true;
documentation.nixos.enable = false;
nix.nixPath = [ ];
nix.gc = {
automatic = true;
options = "--delete-older-than 30d";