finish nomad, add consul, sops

This commit is contained in:
2023-11-19 22:29:39 +00:00
parent ceddf600a1
commit e7bd3a67a9

View File

@@ -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 = {};