From 3992de319c37deab62b3b7c903c7b51bee5064d8 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 24 Jan 2024 23:30:50 +0800 Subject: [PATCH] fix: failed to mount cifs volume on boot --- hosts/idols_ai/cifs-mount.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/idols_ai/cifs-mount.nix b/hosts/idols_ai/cifs-mount.nix index ac344279..bb6ed7ab 100644 --- a/hosts/idols_ai/cifs-mount.nix +++ b/hosts/idols_ai/cifs-mount.nix @@ -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"]; }; }