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