weather: DynamicUser=true

This commit is contained in:
Motiejus Jakštys 2024-09-15 08:26:49 +03:00
parent 151ee19ee7
commit 157406c367
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ in
serviceConfig = { serviceConfig = {
type = "simple"; type = "simple";
ExecStart = "${pkgs.weather}/bin/weather -l 127.0.0.1:${toString myData.ports.exporters.weather}"; ExecStart = "${pkgs.weather}/bin/weather -l 127.0.0.1:${toString myData.ports.exporters.weather}";
ProtectSystem = "strict"; DynamicUser = true;
}; };
}; };
caddy = caddy =