aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-04-20 10:58:36 +0200
committerAlex Auvolat <alex@adnab.me>2024-04-20 10:58:36 +0200
commit972fc4ea7c48db9dc0a2aad52f7966f0e3b26256 (patch)
tree20f2de98bea4c66a300e5a9f3f30c0c22b75b7cb /cluster/staging
parent444306aa548bded7d67b95fe02dddeef1d0d347e (diff)
downloadnixcfg-972fc4ea7c48db9dc0a2aad52f7966f0e3b26256.tar.gz
nixcfg-972fc4ea7c48db9dc0a2aad52f7966f0e3b26256.zip
prod: nixos 23.11 and nomad 1.5
Diffstat (limited to 'cluster/staging')
-rw-r--r--cluster/staging/cluster.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix
index b696ee5..184092f 100644
--- a/cluster/staging/cluster.nix
+++ b/cluster/staging/cluster.nix
@@ -109,7 +109,6 @@
imports = [
## ---- Nix Nomad jobs using nomad-driver-nix2 ----
({ pkgs, ... }: {
- services.nomad.dropPrivileges = false;
services.nomad.extraSettingsPlugins = [
(import ./nomad-driver-nix2.nix { inherit pkgs; })
];