Fix desktop drive config
This commit is contained in:
parent
6dcd036bc3
commit
48809900a9
@ -33,7 +33,7 @@
|
|||||||
fileSystems."/.btrfsroot" =
|
fileSystems."/.btrfsroot" =
|
||||||
{ device = "/dev/disk/by-uuid/e36d1ab4-d18b-434e-80b5-0efca0652eb5";
|
{ device = "/dev/disk/by-uuid/e36d1ab4-d18b-434e-80b5-0efca0652eb5";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvolume=/" ];
|
options = [ "subvol=/" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user