diff --git a/hosts/default.nix b/hosts/default.nix index ca249b1..d821660 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -19,7 +19,6 @@ inputs: let specialArgs = recursiveUpdate { - inherit system; inherit lib; inherit inputs; inherit self; @@ -32,8 +31,9 @@ inputs: let self.nixosModules.user ] (singleton { - networking.hostName = args.hostname; - nixpkgs.hostPlatform = mkDefault args.system; + networking.hostName = hostname; + #thanks raf + nixpkgs.hostPlatform = system; }) (flatten ( concatLists [