From a65b247f94cc542bafdc68b8642bcaa176e02c9c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 18 Dec 2025 17:15:09 +0100 Subject: modules/anubis: Introduce and setup This should hopefully reduce the workload applied to our servers. Notably, `cgit` is not yet behind it, as it requires more, considering that it is a fgi application. --- modules/by-name/co/constants/module.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/by-name/co') diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index 1513b0c..fa9ce17 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -53,6 +53,7 @@ sharkey = 339; redis-sharkey = 340; grocy = 341; + anubis = 342; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -64,6 +65,7 @@ inherit (uids) acme + anubis dhcpcd etebase-server knot-resolver -- cgit 1.4.1