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
+6
View File
@@ -14,26 +14,32 @@ in {
secrets = {
ssh-config = {
owner = username;
mode = "0600";
path = "${home}/.ssh/config";
};
ssh-github-key = {
owner = username;
mode = "0600";
path = "${home}/.ssh/github";
};
anotherhadi-pgp-key = {
owner = username;
mode = "0600";
path = "${home}/.ssh/anotherhadi-priv.asc";
};
ssh-jack-key = {
owner = username;
mode = "0600";
path = "${home}/.ssh/jack";
};
signing-key = {
owner = username;
mode = "0600";
path = "${home}/.ssh/key";
};
signing-pub-key = {
owner = username;
mode = "0600";
path = "${home}/.ssh/key.pub";
};
};