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"; }; };}) ]; };