From 157406c367b365baece3cb97fccf154a2f63f1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 15 Sep 2024 08:26:49 +0300 Subject: [PATCH] weather: DynamicUser=true --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 95a578a..c5644c3 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -97,7 +97,7 @@ in serviceConfig = { type = "simple"; ExecStart = "${pkgs.weather}/bin/weather -l 127.0.0.1:${toString myData.ports.exporters.weather}"; - ProtectSystem = "strict"; + DynamicUser = true; }; }; caddy =