From 601f65e9050e366752d3c8f523032cd3dfc32523 Mon Sep 17 00:00:00 2001 From: chn Date: Sun, 13 Aug 2023 13:33:45 +0800 Subject: [PATCH] bootstrap using znver3 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 00dfce9a..80fab0eb 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };}) ]; };