forked from Fachschaft/nixConfig
Korrigiere Group
This commit is contained in:
parent
d4128640f5
commit
b44e2cbbb0
1 changed files with 1 additions and 3 deletions
|
@ -119,7 +119,7 @@ in {
|
|||
repo = "ssh://borg@localhost:fsaccount";
|
||||
startAt = "hourly";
|
||||
user = "fsaccount";
|
||||
group = "fsaccount";
|
||||
group = "users";
|
||||
readWritePaths = ["/home/fsaccount"];
|
||||
};
|
||||
};
|
||||
|
@ -132,10 +132,8 @@ in {
|
|||
users.users = {
|
||||
fsaccount = {
|
||||
description = "FS Account backup";
|
||||
group = "fsaccount";
|
||||
isNormalUser = true;
|
||||
};
|
||||
};
|
||||
users.groups.fsaccount = {};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue