modules: system: boot: rename 'tmp' options
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
f935126312
commit
638f4a7774
|
@ -13,9 +13,11 @@ in
|
|||
|
||||
config = {
|
||||
boot = {
|
||||
cleanTmpDir = cfg.tmp.clean;
|
||||
tmp = {
|
||||
cleanOnBoot = cfg.tmp.clean;
|
||||
|
||||
tmpOnTmpfs = cfg.tmp.tmpfs;
|
||||
useTmpfs = cfg.tmp.tmpfs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue