This commit is contained in:
mjallen18
2025-11-17 16:33:43 -06:00
parent 108bb31e8e
commit c71c3b8ed2
3 changed files with 26 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ in
config = mkIf cfg.enable {
containers.nextcloud = {
autoStart = true;
autoStart = false;
privateNetwork = true;
hostAddress = hostAddress;
localAddress = localAddress;
@@ -81,16 +81,16 @@ in
${hostAddress} host.containers protonmail-bridge
'';
services.nginx.virtualHosts."cloud.mjallen.dev".listen = [
{
addr = "0.0.0.0";
port = 8080;
}
];
# services.nginx.virtualHosts."cloud.mjallen.dev".listen = [
# {
# addr = "0.0.0.0";
# port = 8080;
# }
# ];
services = {
nextcloud = {
enable = true;
enable = false;
package = pkgs.nextcloud32;
# datadir = "/data";
database.createLocally = true;