diff options
Diffstat (limited to 'users/wpcarro/nixos/marcus/hardware.nix')
-rw-r--r-- | users/wpcarro/nixos/marcus/hardware.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/wpcarro/nixos/marcus/hardware.nix b/users/wpcarro/nixos/marcus/hardware.nix index cd80685abe13..329926269ae6 100644 --- a/users/wpcarro/nixos/marcus/hardware.nix +++ b/users/wpcarro/nixos/marcus/hardware.nix @@ -11,12 +11,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = { - device = "/dev/disk/by-uuid/b8b911ee-e9b9-40ea-89d6-551f11350e7b"; + device = "/dev/disk/by-label/NIXROOT"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/A7EA-369C"; + device = "/dev/disk/by-label/NIXBOOT"; fsType = "vfat"; }; |