From 8ed57cc47b1c3d90606f2ef5c889745b6c202cef Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 21:33:22 +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 fa36397..28fcb1b 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ nixosConfigurations = { odroid8 = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; - extraSpecialArgs = {inherit inputs;}; + specialArgs = {inherit inputs;}; modules = globalModules ++ [./hosts/odroid8];