nix-config/nix/hosts/hetznix/services/caddy/default.nix
2025-01-06 06:43:11 +00:00

5 lines
63 B
Nix

{
services.caddy.enable = true;
imports = [ ./vhosts ];
}