diff options
author | sefidel <contact@sefidel.net> | 2022-01-08 22:02:38 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-08 22:02:38 +0900 |
commit | cf2b4a8485d6d1bd3871da67111da0740cc8487c (patch) | |
tree | 33c8fce13db4b934a4872ca81876f42d8edf4f03 /nixos/configurations/hardware | |
parent | 8e82f138c8c9529f3c8a94017aaab27cc5ae6391 (diff) | |
download | nixrc-cf2b4a8485d6d1bd3871da67111da0740cc8487c.tar.gz nixrc-cf2b4a8485d6d1bd3871da67111da0740cc8487c.zip |
nixos: add security module
Diffstat (limited to 'nixos/configurations/hardware')
-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; |