nix-config/modules/nixos-modules/server/default.nix
Leyla Becker 591566cc2a removed pihole
started drafting out adguardhome
2025-03-06 14:23:12 -06:00

16 lines
251 B
Nix

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