made impermanence config work slightly better
This commit is contained in:
parent
2d5e37b1eb
commit
48dc0b1150
8 changed files with 66 additions and 25 deletions
|
@ -272,6 +272,15 @@ in {
|
|||
normalUsers
|
||||
)
|
||||
)
|
||||
(
|
||||
builtins.listToAttrs (
|
||||
builtins.map (user:
|
||||
lib.attrsets.nameValuePair "/home/${user.name}" {
|
||||
neededForBoot = true;
|
||||
})
|
||||
normalUsers
|
||||
)
|
||||
)
|
||||
];
|
||||
|
||||
environment.persistence."/persist/system/root" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue