From 62ce9eb8cb4df131cd21d3bc58a49c4d8be9caf2 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 27 Jan 2024 18:09:21 +0800 Subject: [PATCH] fix: mount SMB-Downloads failed --- hosts/idols_ai/cifs-mount.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/idols_ai/cifs-mount.nix b/hosts/idols_ai/cifs-mount.nix index bb6ed7ab..031dbf2d 100644 --- a/hosts/idols_ai/cifs-mount.nix +++ b/hosts/idols_ai/cifs-mount.nix @@ -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"]; }; }