[fugitive] Discover devices by label instead of UUID
This commit is contained in:
@@ -20,20 +20,20 @@
|
|||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/89B2-E6A2";
|
device = "/dev/disk/by-label/Boot";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix" =
|
fileSystems."/nix" =
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/19368166-7977-48b9-bc04-8fccaa22195f";
|
device = "/dev/disk/by-label/Nixos";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=nix" "compress=zstd" ];
|
options = [ "subvol=nix" "compress=zstd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/persist" =
|
fileSystems."/persist" =
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/19368166-7977-48b9-bc04-8fccaa22195f";
|
device = "/dev/disk/by-label/Nixos";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
options = [ "subvol=persist" "compress=zstd" ];
|
options = [ "subvol=persist" "compress=zstd" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user