aether/modules/default.nix

10 lines
100 B
Nix
Raw Normal View History

2024-07-21 01:44:38 -04:00
{ ... }:
{
imports = [
./acme.nix
./fail2ban.nix
./forgejo.nix
./nginx.nix
];
}