From e7bd3a67a994d6433fe5e958695d1841d17221e2 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 22:29:39 +0000 Subject: [PATCH] finish nomad, add consul, sops --- modules/consul.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/consul.nix b/modules/consul.nix index 9632497..a03d0aa 100644 --- a/modules/consul.nix +++ b/modules/consul.nix @@ -7,7 +7,7 @@ }: let secretstore = config._secretstore; - pkgs = import (builtins.fetchGit { + oldpkgs = import (builtins.fetchGit { # Descriptive name to make the store path easier to identify name = "my-old-revision"; url = "https://github.com/NixOS/nixpkgs/"; @@ -15,7 +15,7 @@ rev = "3b05df1d13c1b315cecc610a2f3180f6669442f0"; }) {}; - myPkg = pkgs.consul; + myPkg = oldpkgs.consul; in { # virtualisation.docker.enable = true; sops.secrets.consul_encrypt = {};