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