mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
fix: mount SMB-Downloads failed
This commit is contained in:
@@ -10,6 +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"];
|
||||
depends = ["/persistent" "/boot" "/swap/swapfile"];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user