add signing key to sops

Former-commit-id: 1a771e97ac
This commit is contained in:
Hadi
2025-05-06 11:27:32 +02:00
parent 96673a4e69
commit 26b08ec009
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 = { };