mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-10 03:13:36 +02:00
fix: failed to mount cifs volume on boot
This commit is contained in:
@@ -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"];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user