diff --git a/systems/x86_64-linux/gospel/hardware-configuration.nix b/systems/x86_64-linux/gospel/hardware-configuration.nix index ea358c9..fd34103 100644 --- a/systems/x86_64-linux/gospel/hardware-configuration.nix +++ b/systems/x86_64-linux/gospel/hardware-configuration.nix @@ -24,12 +24,12 @@ boot.kernelModules = [ "kvm-intel" ]; fileSystems."/" = { - device = "nixos"; + device = "dev/disk/by-uuid/6119992c-19b7-42e6-8480-8bedccc23fc7 "; fsType = "bcachefs"; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/3C7C-03C4"; + device = "/dev/disk/by-uuid/8921-299E"; fsType = "fat32"; };