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

11 lines
98 B
Nix
Raw Normal View History

2025-01-05 14:00:48 +00:00
{
imports = [
./acme.nix
./caddy
];
services = {
openssh.enable = true;
};
}