diff options
| author | seth <[email protected]> | 2023-05-31 20:01:33 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-31 20:01:33 -0400 |
| commit | d785d8952df7a649bb0fc37f2fa2d07903b991d8 (patch) | |
| tree | 58e2c430fb93176d173263edee2eaf9a12a4f221 | |
| parent | 2e880158a16f38cc06dddab8f1f280ff2d350383 (diff) | |
atlas: boot.cleanTmpDir -> boot.tmp.cleanOnBoot
| -rw-r--r-- | hosts/atlas/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index f228411..a594e5d 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -21,9 +21,9 @@ boot = { binfmt.emulatedSystems = ["x86_64-linux" "i686-linux"]; - cleanTmpDir = true; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; + tmp.cleanOnBoot = true; }; getchoo.server = { |
