diff --git a/hardware-configuration.nix b/hardware-configuration.nix index ec701ce..4883da2 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/32cb35b8-5b9e-41f7-888e-8b29be3e4c5e"; - fsType = "ext4"; + { device = "/dev/disk/by-uuid/9e8cd35f-1218-4f5f-80ff-05e3a3c9de5f"; + fsType = "btrfs"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/A74D-903F"; + { device = "/dev/disk/by-uuid/B45D-9DF5"; fsType = "vfat"; };