prepearing first installations
This commit is contained in:
parent
834407a4c3
commit
304afdc0d4
3 changed files with 17 additions and 11 deletions
|
|
@ -13,9 +13,11 @@
|
|||
sops = {
|
||||
defaultSopsFile = ../secrets.yaml;
|
||||
# age.keyFile is not set, sops-nix defaults to using /etc/ssh/ssh_host_ed25519_key
|
||||
secrets = {
|
||||
"forgejo-runner/token" = { };
|
||||
"tailscale/auth-key" = { };
|
||||
};
|
||||
|
||||
# TODO: Enable after first install when SOPS secrets are configured
|
||||
# secrets = {
|
||||
# "forgejo-runner/token" = { };
|
||||
# "tailscale/auth-key" = { };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue