Korrigiere Group

This commit is contained in:
Gonne 2024-02-07 18:48:06 +01:00
parent d4128640f5
commit b44e2cbbb0

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 = "fsaccount"; group = "users";
readWritePaths = ["/home/fsaccount"]; readWritePaths = ["/home/fsaccount"];
}; };
}; };
@ -132,10 +132,8 @@ in {
users.users = { users.users = {
fsaccount = { fsaccount = {
description = "FS Account backup"; description = "FS Account backup";
group = "fsaccount";
isNormalUser = true; isNormalUser = true;
}; };
}; };
users.groups.fsaccount = {};
}; };
} }