mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
chore: Rename boot.cleanTmpDir to boot.tmp.cleanOnBoot (#181)
This commit is contained in:
parent
de39be8be7
commit
20b43baa2a
1 changed files with 1 additions and 1 deletions
|
@ -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)";
|
||||
|
|
Loading…
Reference in a new issue