infrastructure/hosts/hydrogen/services/default.nix

10 lines
87 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{...}: {
imports = [
./acme
./atuin
./gitea
./nginx
./ssh
2023-12-15 15:18:36 +00:00
];
}