diff --git a/common/server/drastikbot.nix b/common/server/drastikbot.nix index 687c597..5164d51 100644 --- a/common/server/drastikbot.nix +++ b/common/server/drastikbot.nix @@ -74,6 +74,7 @@ in { home = cfg.dataDir; createHome = true; }; + users.groups.${cfg.group} = {}; systemd.services.drastikbot = { enable = true; after = ["network.target"];