mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/serverle: enable jellyseerr disable dyndns
This commit is contained in:
parent
21c5160a1d
commit
0884576a60
1 changed files with 7 additions and 4 deletions
|
@ -21,10 +21,10 @@ in
|
|||
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
||||
};
|
||||
|
||||
dyndns = {
|
||||
enable = true;
|
||||
passwordFile = secrets."dyndns/password".path;
|
||||
};
|
||||
# dyndns = {
|
||||
# enable = true;
|
||||
# passwordFile = secrets."dyndns/password".path;
|
||||
# };
|
||||
|
||||
prowlarr = {
|
||||
enable = true;
|
||||
|
@ -46,6 +46,9 @@ in
|
|||
jellyfin = {
|
||||
enable = true;
|
||||
};
|
||||
jellyseerr = {
|
||||
enable = true;
|
||||
};
|
||||
# Dashboard
|
||||
homer = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue