mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
213
This commit is contained in:
@@ -39,6 +39,14 @@
|
|||||||
addr = "192.168.1.20";
|
addr = "192.168.1.20";
|
||||||
port = 11000;
|
port = 11000;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
addr = "0.0.0.0";
|
||||||
|
port = 80;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
addr = "0.0.0.0";
|
||||||
|
port = 443;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# "onlyoffice" = {
|
# "onlyoffice" = {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
hostName = "trilium";
|
hostName = "trilium";
|
||||||
};
|
};
|
||||||
|
host = "0.0.0.0";
|
||||||
dataDir = "/mnt/services/trilium";
|
dataDir = "/mnt/services/trilium";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user