mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-01 18:12:03 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
}: let
|
}: let
|
||||||
secretstore = config._secretstore;
|
secretstore = config._secretstore;
|
||||||
|
|
||||||
pkgs = import (builtins.fetchGit {
|
oldpkgs = import (builtins.fetchGit {
|
||||||
# Descriptive name to make the store path easier to identify
|
# Descriptive name to make the store path easier to identify
|
||||||
name = "my-old-revision";
|
name = "my-old-revision";
|
||||||
url = "https://github.com/NixOS/nixpkgs/";
|
url = "https://github.com/NixOS/nixpkgs/";
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
rev = "3b05df1d13c1b315cecc610a2f3180f6669442f0";
|
rev = "3b05df1d13c1b315cecc610a2f3180f6669442f0";
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
myPkg = pkgs.consul;
|
myPkg = oldpkgs.consul;
|
||||||
in {
|
in {
|
||||||
# virtualisation.docker.enable = true;
|
# virtualisation.docker.enable = true;
|
||||||
sops.secrets.consul_encrypt = {};
|
sops.secrets.consul_encrypt = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user