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