infrastructure/hosts/hydrogen/services/default.nix

13 lines
145 B
Nix

{ ... }: {
imports = [
./acme
./atuin
./blocky
./changedetection
./fail2ban
./gitea
./nginx
./wireguard
];
}