Update hosts/brandon-desktop/hardware-configuration.nix
This commit is contained in:
parent
bfda31c3b5
commit
3073dc335c
1 changed files with 5 additions and 0 deletions
|
|
@ -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"; }
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue