Update pc hardware configuration

This commit is contained in:
thiloho
2023-07-23 22:12:00 +00:00
parent 121f2460af
commit d04b32db37

View File

@@ -14,25 +14,25 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/37dab720-321f-47c5-b49a-645a90d97ab2"; { device = "/dev/disk/by-uuid/e36bcb18-015e-4f7a-9602-5c6e60f851cb";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=root" ]; options = [ "subvol=root" ];
}; };
fileSystems."/home" = fileSystems."/home" =
{ device = "/dev/disk/by-uuid/37dab720-321f-47c5-b49a-645a90d97ab2"; { device = "/dev/disk/by-uuid/e36bcb18-015e-4f7a-9602-5c6e60f851cb";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=home" ]; options = [ "subvol=home" ];
}; };
fileSystems."/nix" = fileSystems."/nix" =
{ device = "/dev/disk/by-uuid/37dab720-321f-47c5-b49a-645a90d97ab2"; { device = "/dev/disk/by-uuid/e36bcb18-015e-4f7a-9602-5c6e60f851cb";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=nix" ]; options = [ "subvol=nix" ];
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/57F6-E006"; { device = "/dev/disk/by-uuid/488B-6EC2";
fsType = "vfat"; fsType = "vfat";
}; };