mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-17 01:51:15 +02:00
feat: aqua - mount usb storage
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
fileSystems."/data/downloads" = {
|
||||
device = "/dev/disk/by-label/Downloads";
|
||||
fsType = "ntfs-3g";
|
||||
options = ["rw" "uid=1000"];
|
||||
};
|
||||
fileSystems."/data/games" = {
|
||||
device = "/dev/disk/by-label/Games";
|
||||
fsType = "ntfs-3g";
|
||||
options = ["rw" "uid=1000"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user