modules: system: boot: rename 'tmp' options
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-04-17 21:25:15 +02:00
parent f935126312
commit 638f4a7774

View file

@ -13,9 +13,11 @@ in
config = { config = {
boot = { boot = {
cleanTmpDir = cfg.tmp.clean; tmp = {
cleanOnBoot = cfg.tmp.clean;
tmpOnTmpfs = cfg.tmp.tmpfs; useTmpfs = cfg.tmp.tmpfs;
};
}; };
}; };
} }