infrastructure/hosts/hydrogen/services/default.nix

10 lines
87 B
Nix

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