From 1c1793dd62b802371ed527b5b4b717c2dbb2a182 Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 4 Jul 2024 13:24:38 +0800 Subject: [PATCH] devices.vps4: enable znver2 optimization --- devices/vps4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/vps4/default.nix b/devices/vps4/default.nix index f9a4b543..11f14968 100644 --- a/devices/vps4/default.nix +++ b/devices/vps4/default.nix @@ -26,7 +26,7 @@ inputs: rollingRootfs = {}; }; grub.installDevice = "/dev/disk/by-path/pci-0000:00:04.0"; - # nixpkgs.march = "znver2"; + nixpkgs.march = "znver2"; nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ]; initrd.sshd.enable = true; networking = { hostname = "vps4"; networkd = {}; };