diff --git a/hosts/brandon-desktop/hardware-configuration.nix b/hosts/brandon-desktop/hardware-configuration.nix index a94f01c..f7e7ba2 100644 --- a/hosts/brandon-desktop/hardware-configuration.nix +++ b/hosts/brandon-desktop/hardware-configuration.nix @@ -24,6 +24,11 @@ options = [ "fmask=0077" "dmask=0077" ]; }; + fileSystems."/mnt/BigSpeed" = + { device = "/dev/disk/by-uuid/5c0afffa-b1df-4449-8567-672a4919e4f3"; + fsType = "ext4"; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/92493648-3970-430f-810c-d45231acfde5"; } ];