commit 157406c367b365baece3cb97fccf154a2f63f1cc (tree)
parent 151ee19ee772c8bf32039dd3f528b7ed7d2959fd
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Sun, 15 Sep 2024 08:26:49 +0300
weather: DynamicUser=true
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 =