From 3a08b9acabca38b6ecffc6afd844f80b17c73afa Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Fri, 5 Aug 2022 13:00:47 -0400 Subject: [PATCH] nixos/mautrix-facebook: create group Otherwise we get a warning when applying the config. --- nixos/modules/services/matrix/mautrix-facebook.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/matrix/mautrix-facebook.nix b/nixos/modules/services/matrix/mautrix-facebook.nix index dfdf6e250215..6094e0e7413b 100644 --- a/nixos/modules/services/matrix/mautrix-facebook.nix +++ b/nixos/modules/services/matrix/mautrix-facebook.nix @@ -116,6 +116,8 @@ in { }; config = mkIf cfg.enable { + users.groups.mautrix-facebook = {}; + users.users.mautrix-facebook = { group = "mautrix-facebook"; isSystemUser = true;