mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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.logind.lidSwitch = "ignore";
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
documentation.nixos.enable = false;
|
documentation.nixos.enable = false;
|
||||||
|
nix.nixPath = [ ];
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
|
|
Loading…
Reference in a new issue