mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
servers: clear NIX_PATH
This commit is contained in:
parent
09c9a385f2
commit
aeacc26810
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue