Compare commits

..

1 commit

Author SHA1 Message Date
529f12c052 Korrigiere Group 2024-02-07 18:48:06 +01:00

View file

@ -119,7 +119,7 @@ in {
repo = "ssh://borg@localhost:fsaccount"; repo = "ssh://borg@localhost:fsaccount";
startAt = "hourly"; startAt = "hourly";
user = "fsaccount"; user = "fsaccount";
group = "users"; group = "fsaccount";
readWritePaths = ["/home/fsaccount"]; readWritePaths = ["/home/fsaccount"];
}; };
}; };
@ -135,5 +135,6 @@ in {
isNormalUser = true; isNormalUser = true;
}; };
}; };
users.groups.fsaccount = {};
}; };
} }