Add netrc

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-04-21 15:21:55 +02:00
parent babbcabc7b
commit a5fa4e68bf
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ in {
defaultSopsFile = ./secrets.yaml;
secrets = {
ssh-config = {path = "${home}/.ssh/config";};
netrc = {path = "${home}/.netrc";};
github-key = {path = "${home}/.ssh/github";};
gitlab-key = {path = "${home}/.ssh/gitlab";};
};