addr
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
actual = {
|
||||
enable = true;
|
||||
port = 3333;
|
||||
localAddress = "10.0.3.18";
|
||||
localAddress = "10.0.1.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/actual";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
@@ -174,7 +174,7 @@
|
||||
ntfy = {
|
||||
enable = true;
|
||||
port = 2586;
|
||||
localAddress = "10.1.0.3";
|
||||
localAddress = "10.0.1.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/ntfy";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
@@ -189,7 +189,7 @@
|
||||
matrix = {
|
||||
enable = true;
|
||||
port = 8448;
|
||||
localAddress = "10.1.0.3";
|
||||
localAddress = "10.0.1.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/matrix-synapse";
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user