diff --git a/flake.nix b/flake.nix index 036e682..90cbf28 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 43 current 2025-10-05 09:56:15 25.05.20251001.5b5be50 6.12.49 * +# generation: 44 current 2025-10-05 10:21:03 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { @@ -19,14 +19,14 @@ { nixosConfigurations = { snowbelle = nixpkgs.lib.nixosSystem { - extraSpecialArgs = { inherit inputs; }; + specialArgs = { inherit inputs; }; modules = [ ./hosts/snowbelle/configuration.nix inputs.home-manager.nixosModules.default ]; }; vaniville = nixpkgs.lib.nixosSystem { - extraSpecialArgs = { inherit inputs; }; + specialArgs = { inherit inputs; }; modules = [ ./hosts/vaniville/configuration.nix inputs.home-manager.nixosModules.default