Compare commits
1 commit
01246a78a8
...
3b51a70e70
Author | SHA1 | Date | |
---|---|---|---|
3b51a70e70 |
1 changed files with 4 additions and 2 deletions
|
@ -124,9 +124,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.persistence.${config.impermanence.name} = {
|
environment.persistence.${config.impermanence.name} = {
|
||||||
users.fsaccount.directories = [
|
directories = [
|
||||||
{
|
{
|
||||||
directory = ".ssh"; # SSH Key with access to FS Account and Borg repo and known_hosts
|
directory = "/home/fsaccount"; # SSH Key with access to FS Account and Borg repo and known_hosts
|
||||||
|
user = "fsaccount";
|
||||||
|
group = "users";
|
||||||
mode = "u=rwx,g=,o=";
|
mode = "u=rwx,g=,o=";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue