infrastructure/hosts/hydrogen/services/default.nix
2023-12-15 16:18:36 +01:00

10 lines
99 B
Nix

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