diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:15:09 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:15:09 +0100 |
| commit | a65b247f94cc542bafdc68b8642bcaa176e02c9c (patch) | |
| tree | 9abcebc3af5ff5e5b967758529469cea1748b96f /modules/by-name/co/constants | |
| parent | scripts: Consolidate in `scripts` directory and advance (diff) | |
| download | nixos-server-a65b247f94cc542bafdc68b8642bcaa176e02c9c.zip | |
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.
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/co/constants/module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
