chore: Rename boot.cleanTmpDir to boot.tmp.cleanOnBoot (#181)

This commit is contained in:
Donovan Glover 2024-03-11 15:32:24 +00:00 committed by GitHub
parent de39be8be7
commit 20b43baa2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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