use boot.tmp.cleanOnBoot

This commit is contained in:
41666 2024-05-31 01:41:13 -04:00
parent 4db2bcb209
commit a125ee3d1c

View file

@ -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";