From eab3711ebc7d0c695d67dd5a69a4bf1dd53ce4b4 Mon Sep 17 00:00:00 2001 From: chn Date: Fri, 21 Mar 2025 23:38:13 +0800 Subject: [PATCH] devices.vps6: migrate --- devices/vps6/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/vps6/default.nix b/devices/vps6/default.nix index 5da20264..cdab838d 100644 --- a/devices/vps6/default.nix +++ b/devices/vps6/default.nix @@ -12,7 +12,7 @@ inputs: { btrfs = { - "/dev/disk/by-uuid/24577c0e-d56b-45ba-8b36-95a848228600"."/boot" = "/boot"; + "/dev/disk/by-uuid/0067ef91-06f7-416e-88cb-4880ce04afa4"."/boot" = "/boot"; "/dev/mapper/root" = { "/nix" = "/nix"; "/nix/rootfs/current" = "/"; }; }; }; @@ -20,7 +20,7 @@ inputs: rollingRootfs = {}; }; grub.installDevice = "/dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:0"; - nixpkgs.march = "sandybridge"; + nixpkgs.march = "znver2"; nix.substituters = [ "https://nix-store.chn.moe?priority=100" ]; initrd.sshd = {}; networking = {};