feat: re-enable nextcloud
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
./home-assistant.nix
|
||||
./navidrome.nix
|
||||
./llama.nix
|
||||
# ./nextcloud.nix
|
||||
./nextcloud.nix
|
||||
# ./jellyfin.nix
|
||||
];
|
||||
services = {
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
reverse_proxy localhost:8080
|
||||
'';
|
||||
};
|
||||
};
|
||||
nginx.virtualHosts."${config.services.nextcloud.hostName}".listen = [
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 8080; # NOT an exposed port
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user