From 3e91b76cb6457f537d236e73995520657c195cab Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 16 Apr 2025 11:19:27 -0500 Subject: [PATCH] book | updated due to reinstall --- hosts/book/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/book/hardware-configuration.nix b/hosts/book/hardware-configuration.nix index 3bc27af..4c6a94e 100644 --- a/hosts/book/hardware-configuration.nix +++ b/hosts/book/hardware-configuration.nix @@ -13,12 +13,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = { - device = "/dev/disk/by-uuid/e0e211d5-30a0-4b9e-b1ba-971cdd7a4d23"; + device = "/dev/disk/by-uuid/8be20414-99c5-4d13-b85b-3182298ec3ed"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/6957-B177"; + device = "/dev/disk/by-uuid/FE2B-3C47"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };