nixos-modules: add caddy

This commit is contained in:
Veneficium 2025-01-25 18:10:39 +01:00
parent 509cbac8a2
commit 64f0c0f6d6
3 changed files with 14 additions and 0 deletions

View file

@ -26,6 +26,7 @@
};
openssh.enable = lib.mkForce true;
openssh.usePAM = lib.mkForce true;
caddy.enable = lib.mkForce true;
};
containers.jellyfin.enable = lib.mkForce true;