Compare commits

..

1 commit

Author SHA1 Message Date
01246a78a8 Backup des Fachschaftsaccounts 2024-02-08 07:28:07 +01:00

View file

@ -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=";
} }
]; ];