chore: address renames of boot & tmp related options

Change-Id: I78f2116a63675fff5a36826b3e5390798ab9db9f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8526
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: flokli
This commit is contained in:
sterni 2023-04-26 12:30:34 +02:00 committed by clbot
parent a56b5131c8
commit b22b685f0b
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ with lib;
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
cleanTmpDir = true;
tmp.cleanOnBoot = true;
};
networking.useDHCP = false;