This commit is contained in:
Hadi 2024-06-19 21:18:28 +02:00
parent 530e9d8bea
commit d877b40d0b

View File

@ -9,18 +9,9 @@
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 = { nextcloud-adminpass = { path = "/etc/nextcloud/adminpassFile"; };
path = "/etc/nextcloud/adminpassFile"; cloudflare-apitoken = { path = "/etc/cloudflare/apiToken"; };
owner = "nextcloud"; tailscaled-authKey = { path = "/etc/tailscale/authKey"; };
};
cloudflare-apitoken = {
path = "/etc/cloudflare/apiToken";
owner = "cloudflare-dyndns";
};
tailscaled-authKey = {
path = "/etc/tailscale/authKey";
owner = "tailscaled";
};
}; };
}; };