This commit is contained in:
Hadi 2024-06-19 21:22:41 +02:00
parent d877b40d0b
commit 884abe9e6c

View File

@ -9,9 +9,21 @@
secrets = { secrets = {
sshconfig = { path = "/home/hadi/.ssh/config"; }; sshconfig = { path = "/home/hadi/.ssh/config"; };
github-key = { path = "/home/hadi/.ssh/github"; }; github-key = { path = "/home/hadi/.ssh/github"; };
nextcloud-adminpass = { path = "/etc/nextcloud/adminpassFile"; }; # nextcloud-adminpass = {
cloudflare-apitoken = { path = "/etc/cloudflare/apiToken"; }; # path = "/etc/nextcloud/adminpassFile";
tailscaled-authKey = { path = "/etc/tailscale/authKey"; }; # owner = "nextcloud";
# group = "nextcloud";
# };
# cloudflare-apitoken = {
# path = "/etc/cloudflare/apiToken";
# owner = "cloudflare-dyndns";
# group = "cloudflare-dyndns";
# };
# tailscaled-authKey = {
# path = "/etc/tailscale/authKey";
# owner = "tailscaled";
# group = "tailscaled";
# };
}; };
}; };