nixos/mautrix-facebook: create group
Otherwise we get a warning when applying the config.
This commit is contained in:
parent
11a3690d6f
commit
3a08b9acab
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
users.groups.mautrix-facebook = {};
|
||||
|
||||
users.users.mautrix-facebook = {
|
||||
group = "mautrix-facebook";
|
||||
isSystemUser = true;
|
||||
|
|
Loading…
Reference in a new issue