summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-02 08:39:49 -0400
committerseth <[email protected]>2023-11-02 08:39:49 -0400
commitf010ac88bcc2d178a263fa4fe12ce7e7de4549cc (patch)
treeafd6b4db2787f903d3e34e70c18dbee908c1f33a /systems/atlas
parent919051fccf80bfcdebe4bdc4990ad3049fe67f2f (diff)
nixos/sever: clean tmp on boot & use linux-hardened by default
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 00bfab4..3048534 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -20,7 +20,6 @@
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
- tmp.cleanOnBoot = true;
};
networking = {