lmao
This commit is contained in:
parent
092d7a3d47
commit
a0c988b0f1
|
@ -19,6 +19,12 @@ in {
|
|||
environment = { "PEROID" = "5m"; };
|
||||
};
|
||||
|
||||
nginx.virtualHosts = {
|
||||
"ddns.sako.box" = {
|
||||
locations."/" = { proxyPass = "http://localhost:8000"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.services.ddns-updater = {
|
||||
serviceConfig = {
|
||||
DynamicUser = lib.mkForce false;
|
||||
|
@ -26,12 +32,6 @@ in {
|
|||
Group = "ddns-updater";
|
||||
};
|
||||
};
|
||||
nginx.virtualHosts = {
|
||||
"ddns.sako.box" = {
|
||||
locations."/" = { proxyPass = "http://localhost:8000"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue