infrastructure/hosts/cesium/services/default.nix

12 lines
138 B
Nix
Raw Normal View History

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