Move hetznix01 to amd64

This commit is contained in:
Gene Liverman 2024-06-15 13:45:44 -04:00
parent 0c167945f1
commit 505ab7059d
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@
boot.extraModulePackages = [ ];
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}