diff options
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/system/system/modules/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix index fb3a976f6e5f..3edec8a5525e 100644 --- a/users/grfn/system/system/modules/common.nix +++ b/users/grfn/system/system/modules/common.nix @@ -12,7 +12,7 @@ with lib; boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; - cleanTmpDir = true; + tmp.cleanOnBoot = true; }; networking.useDHCP = false; |