Update
This commit is contained in:
parent
d877b40d0b
commit
884abe9e6c
@ -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";
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user