From c3ba33d67a091c948ae8eab127702895de3bd619 Mon Sep 17 00:00:00 2001 From: Fazzi Date: Wed, 8 Jan 2025 09:06:29 +0000 Subject: [PATCH] remove the DynamicUser systemd serviceConfig option, it isn't used on user services --- nix/module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index 2ca6002..296c045 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -52,7 +52,6 @@ in { serviceConfig = { Type = "simple"; Restart = "on-failure"; - DynamicUser = true; }; }; };