Pinebook mount changes

This commit is contained in:
jimjam4real 2024-09-22 17:11:05 -04:00
parent abe411f532
commit 9a227d4397

View file

@ -23,6 +23,10 @@
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
"/home/jimbo/Bulk" = {
device = "/dev/disk/by-uuid/f0b6cf4e-9576-4ab5-96ae-2a7e57599a35";
fsType = "btrfs";
};
}; };
swapDevices = [ swapDevices = [