organization

This commit is contained in:
mjallen18
2024-02-24 23:08:52 -06:00
parent dc6ebf3cbb
commit f0e5baea4b
22 changed files with 811 additions and 205 deletions

16
nas-apps/nas-apps.nix Normal file
View File

@@ -0,0 +1,16 @@
{ ... }:
{
imports =
[
./swag.nix
./jellyfin.nix
./sonarr.nix
./radarr.nix
./sabnzbd.nix
./mariadb.nix
./nextcloud.nix
./collabora.nix
./jellyseerr.nix
# ./dashy.nix
];
}