service/dyndns: migrate from serverle

This commit is contained in:
Felix Buehler 2023-06-04 17:17:35 +02:00
parent 828a73a0f8
commit 797261aad1
6 changed files with 45 additions and 14 deletions

View file

@ -7,6 +7,7 @@ in
sops.secrets."acme/inwx" = { };
sops.secrets."borgbackup/password" = { };
sops.secrets."borgbackup/ssh_key" = { };
sops.secrets."dyndns/password" = { };
sops.secrets."sso/auth-key" = { };
sops.secrets."sso/felix/password-hash" = { };
sops.secrets."sso/felix/totp-secret" = { };
@ -20,6 +21,11 @@ in
sshKeyFile = secrets."borgbackup/ssh_key".path;
};
dyndns = {
enable = true;
passwordFile = secrets."dyndns/password".path;
};
prowlarr = {
enable = true;
};