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
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue