chmod secrets

Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-17 14:14:54 +02:00
parent 40dea7c9bc
commit a50e14d04c
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -14,18 +14,22 @@ in {
secrets = {
ssh-config = {
owner = username;
mode = "0600";
path = "${home}/.ssh/config";
};
netrc = {
owner = username;
mode = "0600";
path = "${home}/.netrc";
};
ssh-github-key = {
owner = username;
mode = "0600";
path = "${home}/.ssh/github";
};
ssh-gitlab-key = {
owner = username;
mode = "0600";
path = "${home}/.ssh/gitlab";
};
};