Files
nix-config/nas-apps/nas-apps.nix
2024-02-24 23:08:52 -06:00

16 lines
243 B
Nix

{ ... }:
{
imports =
[
./swag.nix
./jellyfin.nix
./sonarr.nix
./radarr.nix
./sabnzbd.nix
./mariadb.nix
./nextcloud.nix
./collabora.nix
./jellyseerr.nix
# ./dashy.nix
];
}