vps7 change to broadwell

This commit is contained in:
2023-08-28 01:06:05 +08:00
parent 7a73b7d9c1
commit 287abc8907

View File

@@ -345,7 +345,7 @@
network.enable = true;
sshd = { enable = true; hostKeys = [ "/nix/persistent/etc/ssh/initrd_ssh_host_ed25519_key" ]; };
};
system.march = "znver2";
system.march = "broadwell";
};})
];
"nas" =