nextcloud declarativedly set port
This commit is contained in:
@@ -38,7 +38,7 @@ let
|
||||
in
|
||||
{
|
||||
options.my.servers = {
|
||||
nextcloud = setup.mkOptions "nextcloud" "cloud" 80;
|
||||
nextcloud = setup.mkOptions "nextcloud" "cloud" 8081;
|
||||
collabora = setup.mkOptions "collabora" "collabora" 9980;
|
||||
go-vod.enable = lib.mkEnableOption "Go-VOD video transcoding service";
|
||||
};
|
||||
@@ -172,11 +172,11 @@ in
|
||||
listen = [
|
||||
{
|
||||
addr = config.my.ips.wg-server;
|
||||
port = 8081;
|
||||
inherit (cfg) port;
|
||||
}
|
||||
{
|
||||
addr = config.my.localhost;
|
||||
port = 8081;
|
||||
inherit (cfg) port;
|
||||
}
|
||||
];
|
||||
#vps
|
||||
|
||||
Reference in New Issue
Block a user