Fix desktop drive config

This commit is contained in:
NullBite 2023-12-29 17:31:29 -05:00
parent 6dcd036bc3
commit 48809900a9
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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 = [ ];