diff --git a/hosts/eple/hardware-configuration.nix b/hosts/eple/hardware-configuration.nix index e54d4a4..dccd22d 100644 --- a/hosts/eple/hardware-configuration.nix +++ b/hosts/eple/hardware-configuration.nix @@ -14,14 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-2"; - # device = "/dev/disk/by-uuid/a0d75d1f-82be-4ae5-aaed-26cd25a30dd1"; + #{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-2"; + { device = "/dev/disk/by-uuid/aaaf3c32-117e-463c-918e-8c9d86833836"; fsType = "ext4"; }; fileSystems."/boot/efi" = - { device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1"; - # device = "/dev/disk/by-uuid/C52A-54B5"; + #{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1"; + { device = "/dev/disk/by-uuid/6E89-FC7C"; fsType = "vfat"; };