From a90d4d5cb5aece98863a45441f0eea63df7e84a1 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 21:32:04 +0000 Subject: [PATCH] finish nomad, add consul, sops --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 09abcd6..5f89079 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,7 @@ nixosConfigurations = { odroid8 = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; + extraSpecialArgs = { inherit inputs outputs lib;}; modules = globalModules ++ [./hosts/odroid8];