Persiste ganzen Home-Ordner

This commit is contained in:
Gonne 2024-02-07 19:32:00 +01:00
parent 30c2f5ede4
commit 8de0651c36

View file

@ -126,7 +126,7 @@ in {
environment.persistence.${config.impermanence.name} = { environment.persistence.${config.impermanence.name} = {
directories = [ 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"; user = "fsaccount";
group = "users"; group = "users";
mode = "u=rwx,g=,o="; mode = "u=rwx,g=,o=";