forked from Fachschaft/nixConfig
Korrigiere Dateirechte
This commit is contained in:
parent
b44e2cbbb0
commit
30c2f5ede4
1 changed files with 6 additions and 1 deletions
|
@ -125,7 +125,12 @@ in {
|
||||||
};
|
};
|
||||||
environment.persistence.${config.impermanence.name} = {
|
environment.persistence.${config.impermanence.name} = {
|
||||||
directories = [
|
directories = [
|
||||||
"/home/fsaccount/.ssh" # SSH Key with access to FS Account and Borg repo and known_hosts
|
{
|
||||||
|
directory = "/home/fsaccount/.ssh"; # SSH Key with access to FS Account and Borg repo and known_hosts
|
||||||
|
user = "fsaccount";
|
||||||
|
group = "users";
|
||||||
|
mode = "u=rwx,g=,o=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# Extra user for FS account backup
|
# Extra user for FS account backup
|
||||||
|
|
Loading…
Reference in a new issue