From cf2b4a8485d6d1bd3871da67111da0740cc8487c Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 8 Jan 2022 22:02:38 +0900 Subject: nixos: add security module --- nixos/configurations/hardware/alpha.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'nixos/configurations/hardware/alpha.nix') 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; -- cgit 1.4.1