nixos-modules: add caddy
This commit is contained in:
parent
509cbac8a2
commit
64f0c0f6d6
3 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue