MODIFY: persist admin homedir
This commit is contained in:
parent
2b67f11eab
commit
9345729ae2
|
@ -20,6 +20,12 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories = [
|
||||
"/home/${username}"
|
||||
];
|
||||
};
|
||||
|
||||
sops.secrets = {
|
||||
"passwords/${username}" = {
|
||||
sopsFile = "${secretsFile}";
|
||||
|
|
Loading…
Reference in New Issue