diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 7347e67..c0aadd2 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -5,6 +5,7 @@ let "gitea" "vaultwarden" "saysthbot" + "hangitbot" ]; in { @@ -64,6 +65,13 @@ in login = true; }; } + { + name = "hangitbot"; + ensureDBOwnership = true; + ensureClauses = { + login = true; + }; + } ]; };