This commit is contained in:
Sakooooo 2025-01-02 00:02:07 +04:00
parent 092d7a3d47
commit a0c988b0f1
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -19,19 +19,19 @@ in {
environment = { "PEROID" = "5m"; };
};
systemd.services.ddns-updater = {
serviceConfig = {
DynamicUser = lib.mkForce false;
User = "ddns-updater";
Group = "ddns-updater";
};
};
nginx.virtualHosts = {
"ddns.sako.box" = {
locations."/" = { proxyPass = "http://localhost:8000"; };
};
};
};
systemd.services.ddns-updater = {
serviceConfig = {
DynamicUser = lib.mkForce false;
User = "ddns-updater";
Group = "ddns-updater";
};
};
};
}