13 lines
171 B
Nix
13 lines
171 B
Nix
{...}: {
|
|
imports = [
|
|
./tailscale.nix
|
|
./samba.nix
|
|
./jellyfin.nix
|
|
./caddy.nix
|
|
./sonarr.nix
|
|
./radarr.nix
|
|
./prowlarr.nix
|
|
./deluge.nix
|
|
];
|
|
}
|