Compare commits

..

1 commit

Author SHA1 Message Date
3b51a70e70 Backup des Fachschaftsaccounts 2024-02-08 07:04:18 +01:00

View file

@ -124,9 +124,11 @@ in {
};
};
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=";
}
];