dotfiles/nix/hosts/hetznix/services/caddy/default.nix

6 lines
63 B
Nix
Raw Normal View History

2024-11-29 00:06:54 +00:00
{
2024-12-26 00:13:42 +00:00
services.caddy.enable = true;
2024-11-29 00:06:54 +00:00
2025-01-06 06:43:11 +00:00
imports = [ ./vhosts ];
2024-11-29 00:06:54 +00:00
}