infrastructure/hosts/hydrogen/services/default.nix

9 lines
77 B
Nix

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