1

Enable services

This commit is contained in:
2023-10-30 11:41:50 +01:00
parent 83cffff875
commit 378229d873

View File

@ -18,15 +18,20 @@
./services/hydra.nix ./services/hydra.nix
./services/jellyfin.nix ./services/jellyfin.nix
./services/jellyseerr.nix ./services/jellyseerr.nix
./services/jellystat.nix
./services/metube.nix
# ./services/nextcloud.nix # ./services/nextcloud.nix
./services/nginx-proxy-manager.nix ./services/nginx-proxy-manager.nix
./services/pihole.nix ./services/pihole.nix
./services/portainer.nix ./services/portainer.nix
./services/prowlarr.nix ./services/prowlarr.nix
./services/pyload-ng.nix
./services/radarr.nix ./services/radarr.nix
./services/sabnzbd.nix ./services/sabnzbd.nix
./services/sonarr.nix ./services/sonarr.nix
# ./services/speedtest-tracker.nix
./services/stash.nix ./services/stash.nix
./services/uptime-kuma.nix
./services/whats-up-docker.nix ./services/whats-up-docker.nix
./services/wireguard-vps.nix ./services/wireguard-vps.nix
]; ];
@ -168,6 +173,10 @@
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
}; };
yt-dlp = {
enable = true;
};
}; };
home.stateVersion = "23.05"; home.stateVersion = "23.05";