diff options
Diffstat (limited to 'nixos/configurations/hardware/alpha.nix')
-rw-r--r-- | nixos/configurations/hardware/alpha.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/configurations/hardware/alpha.nix b/nixos/configurations/hardware/alpha.nix index 482676e..3e99ea9 100644 --- a/nixos/configurations/hardware/alpha.nix +++ b/nixos/configurations/hardware/alpha.nix @@ -42,12 +42,6 @@ in fsType = "ext4"; }; - fileSystems."/tmp" = { - fsType = "tmpfs"; - device = "tmpfs"; - options = [ "nosuid" "nodev" "relatime" "size=14G" ]; - }; - swapDevices = [{ device = swapDev; }]; nix.maxJobs = lib.mkDefault 4; |