dotfiles

fix(nix): make sure path exist

Signed-off-by: Seongmin Lee <git@boltless.me>

boltless.me c0e35e00 5b8045ce

verified
+2 -2
+2 -2
nix/darwin.nix
··· 43 43 ProgramArguments = [ "bash" "-c" "ssh-add" "--apple-load-keychain" ]; 44 44 RunAtLoad = true; 45 45 KeepAlive = false; 46 - StadardOutPath = "/var/log/sshusekeychain/usekeychain.log"; 47 - StadardErrorPath = "/var/log/sshusekeychain/usekeychain.log"; 46 + StadardOutPath = "/var/log/usekeychain.log"; 47 + StadardErrorPath = "/var/log/usekeychain.log"; 48 48 }; 49 49 }; 50 50 };