Compare commits

..

1 commit

Author SHA1 Message Date
b44e2cbbb0 Korrigiere Group 2024-02-07 19:06:36 +01:00

View file

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