fix hostPlatform

This commit is contained in:
2026-01-22 12:25:57 -05:00
parent 25959fb6d0
commit bf2cf6df58

View File

@@ -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;