{ containers.cloud = { autoStart = true; bindMounts = { "/var/lib/opencloud" = { hostPath = "/mnt/sdb1/opencloud"; isReadOnly = false; }; }; config = { services = { opencloud = { enable = true; # port = 9200; # settings = { }; environment = { OC_INSECURE = "true"; OC_URL = "https://cloud.alpine-centauri.ts.net"; }; }; tailscale = { enable = true; useRoutingFeatures = "server"; interfaceName = "userspace-networking"; }; }; system.stateVersion = "24.05"; }; }; }