mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nixos/nomad: remove User setting entirely
This commit is contained in:
parent
2a3cb407b0
commit
c7c3b9e4ae
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ in
|
|||
Restart = "on-failure";
|
||||
RestartSec = 2;
|
||||
TasksMax = "infinity";
|
||||
User = optionalString cfg.dropPrivileges "nomad";
|
||||
}
|
||||
(mkIf cfg.enableDocker {
|
||||
SupplementaryGroups = "docker"; # space-separated string
|
||||
|
|
Loading…
Reference in a new issue