diff --git a/nixos/hardware/machines/pinebook.nix b/nixos/hardware/machines/pinebook.nix index 2c63c98..32d259b 100644 --- a/nixos/hardware/machines/pinebook.nix +++ b/nixos/hardware/machines/pinebook.nix @@ -23,6 +23,10 @@ fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; + "/home/jimbo/Bulk" = { + device = "/dev/disk/by-uuid/f0b6cf4e-9576-4ab5-96ae-2a7e57599a35"; + fsType = "btrfs"; + }; }; swapDevices = [