add signing key to sops

Former-commit-id: 1a771e97ac
This commit is contained in:
Hadi
2025-05-06 11:27:32 +02:00
parent dc5c30f9b9
commit af24da07c3
4 changed files with 22 additions and 16 deletions
+10
View File
@@ -13,6 +13,16 @@
path = "/home/hadi/.ssh/github";
mode = "0600";
};
signing-key = {
owner = "hadi";
path = "/home/hadi/.ssh/key";
mode = "0600";
};
signing-pub-key = {
owner = "hadi";
path = "/home/hadi/.ssh/key.pub";
mode = "0600";
};
cloudflare-dns-token = { path = "/etc/cloudflare/dnskey.txt"; };
nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; };
adguard-pwd = { };