add signing key to sops

This commit is contained in:
Hadi
2025-05-06 11:27:32 +02:00
parent 6a4634bb04
commit 1a771e97ac
4 changed files with 22 additions and 16 deletions

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 = { };