nix-config/modules/nixos-modules/server/default.nix
2025-01-06 14:06:26 -06:00

16 lines
246 B
Nix

{...}: {
imports = [
./fail2ban.nix
./network_storage
./reverse_proxy.nix
./postgres.nix
./podman.nix
./jellyfin.nix
./forgejo.nix
./searx.nix
./home-assistant.nix
./pihole.nix
./nextcloud.nix
];
}