remove the DynamicUser systemd serviceConfig option, it isn't used on user services

This commit is contained in:
Fazzi 2025-01-08 09:06:29 +00:00
commit c3ba33d67a

View file

@ -52,7 +52,6 @@ in {
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
Restart = "on-failure"; Restart = "on-failure";
DynamicUser = true;
}; };
}; };
}; };