mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: mount SMB-Downloads failed
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
options = [
|
options = [
|
||||||
"vers=3.0,uid=1000,gid=100,dir_mode=0755,file_mode=0755,mfsymlinks,credentials=${config.age.secrets.smb-credentials.path},nofail"
|
"vers=3.0,uid=1000,gid=100,dir_mode=0755,file_mode=0755,mfsymlinks,credentials=${config.age.secrets.smb-credentials.path},nofail"
|
||||||
];
|
];
|
||||||
depends = ["/persistent"];
|
depends = ["/persistent" "/boot" "/swap/swapfile"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user