From c7c3b9e4ae1396ee7c8291794a69141ff40508e3 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Sat, 23 Jan 2021 19:44:28 -0500 Subject: [PATCH] nixos/nomad: remove User setting entirely --- nixos/modules/services/networking/nomad.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/networking/nomad.nix b/nixos/modules/services/networking/nomad.nix index 60fefa2a1da..9f1b443b89b 100644 --- a/nixos/modules/services/networking/nomad.nix +++ b/nixos/modules/services/networking/nomad.nix @@ -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