Add STUFF to hwc.nix

This commit is contained in:
Sojus07
2025-02-25 15:39:49 +01:00
parent 40e02f8ece
commit 21feb914f0

View File

@ -23,6 +23,10 @@
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/media/STUFF" =
{ device = "/dev/disk/by-label/STUFF";
fsType = "ext4";
};
swapDevices = [ ];