nixos/server/default.nix
2026-01-14 01:21:59 +01:00

12 lines
149 B
Nix

{ ... }:
{
imports = [
./ollama.nix
./jellyfin
./wireguard.nix
./deluge
./nfs-server.nix
./arr
./home-assistant
];
}