forked from Fachschaft/nixConfig
Persiste ganzen Home-Ordner
This commit is contained in:
parent
30c2f5ede4
commit
8de0651c36
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ in {
|
|||
environment.persistence.${config.impermanence.name} = {
|
||||
directories = [
|
||||
{
|
||||
directory = "/home/fsaccount/.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=";
|
||||
|
|
Loading…
Reference in a new issue