mkModule
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
actual = {
|
||||
enable = true;
|
||||
port = 3333;
|
||||
localAddress = "10.0.1.3";
|
||||
dataDir = "/media/nas/main/nix-app-data/actual";
|
||||
createUser = true;
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = "actual";
|
||||
|
||||
@@ -110,7 +110,7 @@ in
|
||||
network = {
|
||||
hostName = "jallen-nas";
|
||||
ipv4 = {
|
||||
address = "10.0.1.3/24";
|
||||
address = "10.0.1.3";
|
||||
method = "manual";
|
||||
gateway = "10.0.1.1";
|
||||
interface = "enp197s0";
|
||||
|
||||
Reference in New Issue
Block a user