mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/dyndns: migrate from serverle
This commit is contained in:
parent
828a73a0f8
commit
797261aad1
6 changed files with 45 additions and 14 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue