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