diff options
| author | seth <[email protected]> | 2023-11-02 08:39:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-02 08:39:49 -0400 |
| commit | f010ac88bcc2d178a263fa4fe12ce7e7de4549cc (patch) | |
| tree | afd6b4db2787f903d3e34e70c18dbee908c1f33a /systems | |
| parent | 919051fccf80bfcdebe4bdc4990ad3049fe67f2f (diff) | |
nixos/sever: clean tmp on boot & use linux-hardened by default
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/atlas/default.nix | 1 |
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 = { |
