diff --git a/system/common.nix b/system/common.nix index ed8b541..7b0f24f 100644 --- a/system/common.nix +++ b/system/common.nix @@ -272,7 +272,7 @@ networking.firewall.allowedTCPPorts = [ 53317 ]; system.stateVersion = "25.05"; - nixpkgs.targetPlatform = "x86_64-linux"; + nixpkgs.hostPlatform = "x86_64-linux"; documentation.enable = true; documentation.man.enable = true;