upd
This commit is contained in:
@@ -81,7 +81,12 @@ 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 = {
|
||||
|
||||
Reference in New Issue
Block a user