fix: failed to mount cifs volume on boot

This commit is contained in:
Ryan Yin
2024-01-24 23:30:50 +08:00
parent be6e0a9882
commit 3992de319c

View File

@@ -10,5 +10,6 @@
options = [
"vers=3.0,uid=1000,gid=100,dir_mode=0755,file_mode=0755,mfsymlinks,credentials=${config.age.secrets.smb-credentials.path},nofail"
];
depends = ["/persistent"];
};
}