mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/fritzbox: init
This commit is contained in:
parent
d23f5a0e40
commit
8827ca309e
6 changed files with 89 additions and 2 deletions
|
@ -12,6 +12,9 @@ in
|
|||
"dyndns/password" = {
|
||||
owner = config.users.users.inadyn.name;
|
||||
};
|
||||
"fritzbox/password" = {
|
||||
owner = config.users.users.fritz-exporter.name;
|
||||
};
|
||||
"prowlarr/apikey" = { };
|
||||
"radarr/apikey" = { };
|
||||
"sonarr/apikey" = { };
|
||||
|
@ -75,6 +78,10 @@ in
|
|||
jellyseerr = {
|
||||
enable = true;
|
||||
};
|
||||
fritzbox = {
|
||||
enable = true;
|
||||
passwordFile = secrets."fritzbox/password".path;
|
||||
};
|
||||
# Dashboard
|
||||
homer = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue