diff --git a/flake.nix b/flake.nix index 5d881a7..28f9f20 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ ]; }; }) // { - nixosConfigurations = nixpkgs.lib.mapAttrs buildHost { + nixosConfigurations = lib.mapAttrs buildHost { porthos = "x86_64-linux"; }; };