nixos/mautrix-facebook: create group
Otherwise we get a warning when applying the config.
This commit is contained in:
@@ -116,6 +116,8 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
users.groups.mautrix-facebook = {};
|
||||||
|
|
||||||
users.users.mautrix-facebook = {
|
users.users.mautrix-facebook = {
|
||||||
group = "mautrix-facebook";
|
group = "mautrix-facebook";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user