Update hosts/brandon-desktop/hardware-configuration.nix

This commit is contained in:
logical_code 2025-12-17 23:05:29 -05:00
parent bfda31c3b5
commit 3073dc335c

View file

@ -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"; }
];