Finally realized I had these backwards
This commit is contained in:
parent
dcd50a4b96
commit
c242703350
1 changed files with 2 additions and 2 deletions
|
@ -29,12 +29,12 @@ in
|
|||
boot.initrd.luks.devices."altssd".device = "/dev/disk/by-partuuid/c0500656-1527-a84d-82f0-8ad764dddc92";
|
||||
|
||||
fileSystems."/mnt/arch" =
|
||||
{ device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648";
|
||||
{ device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec";
|
||||
fsType = "btrfs";
|
||||
#options = [ "subvolid=5" ];
|
||||
};
|
||||
fileSystems."/mnt/arch/home" =
|
||||
{ device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec";
|
||||
{ device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648";
|
||||
fsType = "btrfs";
|
||||
#options = [ "subvolid=5" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue