diff --git a/systems/LoutreOS/hardware-configuration.nix b/systems/LoutreOS/hardware-configuration.nix index f27672e..2c784eb 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -13,12 +13,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/e19fd343-fe5e-4565-b9ce-10fa8a09233b"; + { device = "/dev/disk/by-uuid/fec13566-5528-4859-b185-ce37ac2665eb"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/500C-F4F0"; + { device = "/dev/disk/by-uuid/5306-AD9A"; fsType = "vfat"; };