fix: update boot.cleanTmpDir to boot.tmp.cleanOnBoot

This option has been renamed
This commit is contained in:
Alvaro 2024-02-07 16:07:16 +01:00 committed by GitHub
parent 9c5b46d78e
commit 2f143e193b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ makeConf() {
$NIXOS_IMPORT
];
boot.cleanTmpDir = true;
boot.tmp.cleanOnBoot = true;
zramSwap.enable = ${zramswap};
networking.hostName = "$(hostname -s)";
networking.domain = "$(hostname -d)";