add waydroid
This commit is contained in:
parent
cbcde09dce
commit
ba6f93c0d5
1 changed files with 20 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ ... }: {
|
||||
fileSystems."/mnt/windows" = {
|
||||
fileSystems = {
|
||||
"/mnt/windows" = {
|
||||
device = "/dev/disk/by-uuid/0000294D000006E6";
|
||||
fsType = "ntfs-3g";
|
||||
options = [
|
||||
|
|
@ -9,4 +10,14 @@
|
|||
"umask=022"
|
||||
];
|
||||
};
|
||||
"/mnt/waydroid" = {
|
||||
device = "/home/asakiyuki/.local/share/waydroid/data/media/0";
|
||||
fsType = "fuse.bindfs";
|
||||
options = [
|
||||
"mirror=1000"
|
||||
"xattr-none"
|
||||
"chmod-ignore"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in a new issue