nixos/mautrix-facebook: create group

Otherwise we get a warning when applying the config.
This commit is contained in:
Kevin Cox 2022-08-05 13:00:47 -04:00 committed by Winter
parent 11a3690d6f
commit 3a08b9acab

View File

@ -116,6 +116,8 @@ in {
};
config = mkIf cfg.enable {
users.groups.mautrix-facebook = {};
users.users.mautrix-facebook = {
group = "mautrix-facebook";
isSystemUser = true;