nextcloud declarativedly set port

This commit is contained in:
Danilo Reyes
2026-02-05 03:51:16 -06:00
parent b5e358ee22
commit b8ab2171dc

View File

@@ -38,7 +38,7 @@ let
in in
{ {
options.my.servers = { options.my.servers = {
nextcloud = setup.mkOptions "nextcloud" "cloud" 80; nextcloud = setup.mkOptions "nextcloud" "cloud" 8081;
collabora = setup.mkOptions "collabora" "collabora" 9980; collabora = setup.mkOptions "collabora" "collabora" 9980;
go-vod.enable = lib.mkEnableOption "Go-VOD video transcoding service"; go-vod.enable = lib.mkEnableOption "Go-VOD video transcoding service";
}; };
@@ -172,11 +172,11 @@ in
listen = [ listen = [
{ {
addr = config.my.ips.wg-server; addr = config.my.ips.wg-server;
port = 8081; inherit (cfg) port;
} }
{ {
addr = config.my.localhost; addr = config.my.localhost;
port = 8081; inherit (cfg) port;
} }
]; ];
#vps #vps