diff --git a/hosts/bomberman/system/hardware/default.nix b/hosts/bomberman/system/hardware/default.nix index 9bfa067..d6d255a 100644 --- a/hosts/bomberman/system/hardware/default.nix +++ b/hosts/bomberman/system/hardware/default.nix @@ -20,11 +20,6 @@ fsType = "btrfs"; options = [ "subvol=@" ]; }; - "/boot" = { - device = "/dev/disk/by-uuid/7C94-8C9A"; - fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; - }; "/home" = { device = "/dev/disk/by-uuid/e50e186d-e5bc-40b0-9cd7-43b609cde3ea"; fsType = "btrfs"; @@ -45,6 +40,16 @@ fsType = "btrfs"; options = [ "subvol=@snapshots" ]; }; + "/boot" = { + device = "/dev/disk/by-uuid/7C94-8C9A"; + fsType = "vfat"; + options = [ "fmask=0022" "dmask=0022" ]; + }; + "/export/Bulk" = { + device = "/dev/disk/by-uuid/ef465845-cc56-4db5-9260-8ae515eb025e"; + fsType = "btrfs"; + noCheck = true; + }; }; swapDevices = [