nix-config/hosts/hetznix/services/caddy/default.nix

5 lines
63 B
Nix

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