move nas to internal ssd

This commit is contained in:
mjallen18
2024-02-21 13:47:45 -06:00
parent b599645fd9
commit c3d1e2f962
10 changed files with 82 additions and 42 deletions

View File

@@ -4,10 +4,10 @@
virtualisation.oci-containers.containers."nextcloud" = {
autoStart = true;
image = "linuxserver/nextcloud";
ports = [ "9443:443" ];
ports = [ "9443:443" "9880:80" ];
volumes = [
"/mnt/Safe\ SSD/ssd_app_data/nextcloud:/config"
"/mnt/Main\ Pool/Nextcloud:/data"
"/mnt/ssd/ssd_app_data/nextcloud:/config"
"/mnt/mainpool/Nextcloud:/data"
];
environment = {
PUID = "911";