Skip to content

Commit

Permalink
fix disk by uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarlson94 committed Mar 3, 2024
1 parent f4403ea commit 87fe0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/desktop/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

fileSystems."/" =
{
device = "/dev/disk/by-label/6469817c-faa2-469c-8fce-e47b5fdea798";
device = "/dev/disk/by-uuid/6469817c-faa2-469c-8fce-e47b5fdea798";
fsType = "ext4";
};

fileSystems."/boot" =
{
device = "/dev/disk/by-label/DFAD-2786";
device = "/dev/disk/by-uuid/DFAD-2786";
fsType = "vfat";
};

Expand Down

0 comments on commit 87fe0d9

Please sign in to comment.