mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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;
|
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
dyndns = {
|
# dyndns = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
passwordFile = secrets."dyndns/password".path;
|
# passwordFile = secrets."dyndns/password".path;
|
||||||
};
|
# };
|
||||||
|
|
||||||
prowlarr = {
|
prowlarr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -46,6 +46,9 @@ in
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
jellyseerr = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
# Dashboard
|
# Dashboard
|
||||||
homer = {
|
homer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue