diff --git a/flake.nix b/flake.nix index 7b8b624..14ab992 100644 --- a/flake.nix +++ b/flake.nix @@ -140,11 +140,11 @@ }; nixosConfigurations = { i15 = lib.nixosSystem { - inherit system specialArgs; + inherit specialArgs; modules = [ ./hosts/i15 ] ++ common_modules; }; monolith = lib.nixosSystem { - inherit system specialArgs; + inherit specialArgs; modules = [ ./hosts/monolith ./system/monolith-gitlab-runner.nix @@ -154,14 +154,14 @@ ++ common_modules; }; double-rainbow = lib.nixosSystem { - inherit system specialArgs; + inherit specialArgs; modules = [ ./hosts/double-rainbow ] ++ common_modules; }; pixie = lib.nixosSystem { - inherit system specialArgs; + inherit specialArgs; modules = [ ./hosts/pixie.nix ] @@ -174,7 +174,7 @@ ]; }; phantom = lib.nixosSystem { - inherit system specialArgs; + inherit specialArgs; modules = [ { nixpkgs.pkgs = pkgs; } ./hosts/phantom