fix hostPlatform

This commit is contained in:
2026-01-22 12:25:57 -05:00
parent 43fce477fd
commit 8f3ad44d34

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;