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