bootstrap using znver3

This commit is contained in:
陈浩南 2023-08-13 13:33:45 +08:00
parent 76c6f6636f
commit 601f65e905

View File

@ -460,7 +460,7 @@
packages.packageSet = "server";
services.sshd.enable = true;
boot.grub.installDevice = "/dev/disk/by-path/pci-0000:00:04.0";
system.hostname = "bootstrap";
system = { hostname = "bootstrap"; march = "znver3"; };
};})
];
};