diff options
Diffstat (limited to 'machines/base.nix')
-rwxr-xr-x | machines/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/base.nix b/machines/base.nix index f89738c..8b4a55d 100755 --- a/machines/base.nix +++ b/machines/base.nix @@ -10,7 +10,7 @@ # ../modules/internet.nix ]; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; environment.systemPackages = with pkgs; [ wget vim curl htop file |