Compare commits
1 commit
3b51a70e70
...
01246a78a8
Author | SHA1 | Date | |
---|---|---|---|
01246a78a8 |
1 changed files with 2 additions and 4 deletions
|
@ -124,11 +124,9 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.persistence.${config.impermanence.name} = {
|
environment.persistence.${config.impermanence.name} = {
|
||||||
directories = [
|
users.fsaccount.directories = [
|
||||||
{
|
{
|
||||||
directory = "/home/fsaccount"; # SSH Key with access to FS Account and Borg repo and known_hosts
|
directory = ".ssh"; # 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