fix drive boot

This commit is contained in:
2025-05-18 01:24:14 +03:00
parent a71b8f1780
commit 746496c1c4
3 changed files with 25 additions and 8 deletions
+12
View File
@@ -50,6 +50,18 @@ let
"gid=1000"
"fmask=0007"
"dmask=0007"
#"nofail"
"x-systemd.device-timeout=0"
];
};
"/mnt/beets/music" = {
device = "${inputs.zeroq.dirs.vetymae-drive}/Users/User/Music";
options = [
"bind"
"uid=1000"
"gid=1000"
"fmask=0007"
"dmask=0007"
"nofail"
"x-systemd.device-timeout=0"
];