17 lines
274 B
Nix
17 lines
274 B
Nix
{...}: {
|
|
imports = [
|
|
./fail2ban.nix
|
|
./network_storage
|
|
./reverse_proxy.nix
|
|
./postgres.nix
|
|
./podman.nix
|
|
./jellyfin.nix
|
|
./forgejo.nix
|
|
./searx.nix
|
|
./virt-home-assistant.nix
|
|
./adguardhome.nix
|
|
./immich.nix
|
|
./qbittorent.nix
|
|
];
|
|
}
|