diff options
Diffstat (limited to 'machines/base.nix')
-rwxr-xr-x | machines/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/base.nix b/machines/base.nix index 61253ae..e56c663 100755 --- a/machines/base.nix +++ b/machines/base.nix @@ -8,6 +8,8 @@ ../users/pn.nix ]; + boot.cleanTmpDir = true; + environment.systemPackages = with pkgs; [ wget vim curl htop file stdenv git zip unzip |