diff --git a/flake.nix b/flake.nix index 5d86bae..33b4f83 100644 --- a/flake.nix +++ b/flake.nix @@ -42,10 +42,10 @@ }; # NAS Service defiant = nixpkgs.lib.nixosSystem { - specialArgs = { inherit inpits; } + specialArgs = { inherit inputs; }; modules = [ ./hosts/defiant/configuration.nix - ] + ]; }; }; };