use boot.tmp.cleanOnBoot
This commit is contained in:
parent
4db2bcb209
commit
a125ee3d1c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
cfg = config.services.pihole;
|
cfg = config.services.pihole;
|
||||||
hostUserCfg = config.users.users.${cfg.hostConfig.user};
|
hostUserCfg = config.users.users.${cfg.hostConfig.user};
|
||||||
tmpDirIsResetAtBoot = config.boot.cleanTmpDir || config.boot.tmpOnTmpfs;
|
tmpDirIsResetAtBoot = config.boot.tmp.cleanOnBoot || config.boot.tmpOnTmpfs;
|
||||||
systemTimeZone = config.time.timeZone;
|
systemTimeZone = config.time.timeZone;
|
||||||
defaultPiholeVolumesDir = "${config.users.users.${cfg.hostConfig.user}.home}/pihole-volumes";
|
defaultPiholeVolumesDir = "${config.users.users.${cfg.hostConfig.user}.home}/pihole-volumes";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue