From e0aae434bc38f1d2ade303dcd98f967391417af5 Mon Sep 17 00:00:00 2001 From: Sense T Date: Fri, 12 Jan 2024 16:06:38 +0800 Subject: [PATCH] new database --- global/software-configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + }; + } ]; };