weather: DynamicUser=true
This commit is contained in:
parent
151ee19ee7
commit
157406c367
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user