Skip to content

Commit

Permalink
fix: ssh: local config symlink location
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 12, 2024
1 parent 8b98c72 commit d13259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
};
};

home.file."~/.ssh/config.local".source = "${dotfiles}/ssh/config";
home.file.".ssh/config.local".source = "${dotfiles}/ssh/config";
}

0 comments on commit d13259b

Please sign in to comment.