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

This commit is contained in:
Bruno BELANYI 2023-04-17 21:25:15 +02:00
parent f935126312
commit 638f4a7774
1 changed files with 4 additions and 2 deletions

View File

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