From ebfb24f394e8e11b3ee16a6a0290f62cfed0a534 Mon Sep 17 00:00:00 2001 From: Mads Fagerlund Date: Thu, 2 Jul 2026 14:51:59 +0200 Subject: [PATCH] update hardware config --- hosts/pc/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pc/hardware-configuration.nix b/hosts/pc/hardware-configuration.nix index b33d089..a7a5037 100644 --- a/hosts/pc/hardware-configuration.nix +++ b/hosts/pc/hardware-configuration.nix @@ -16,11 +16,11 @@ hardware.enableRedistributableFirmware = true; # wifi/gpu firmware for arbitrary hw fileSystems."/" = { - device = "/dev/disk/by-label/nixos"; + device = "/dev/disk/by-label/NIXROOT"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "/dev/disk/by-label/BOOT"; + device = "/dev/disk/by-label/NIXBOOT"; fsType = "vfat"; };