nixos/mautrix-facebook: create group

Otherwise we get a warning when applying the config.
This commit is contained in:
Kevin Cox
2022-08-21 14:50:38 -04:00
committed by Winter
parent 11a3690d6f
commit 3a08b9acab
@@ -116,6 +116,8 @@ in {
};
config = mkIf cfg.enable {
users.groups.mautrix-facebook = {};
users.users.mautrix-facebook = {
group = "mautrix-facebook";
isSystemUser = true;