Add STUFF to hwc.nix
This commit is contained in:
@ -23,6 +23,10 @@
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
fileSystems."/media/STUFF" =
|
||||
{ device = "/dev/disk/by-label/STUFF";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
|
Reference in New Issue
Block a user