feat: Homepage
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}:
|
||||
let
|
||||
cfg = config.my.profiles.sonarr;
|
||||
# domain = config.networking.domain;
|
||||
hostName = config.networking.hostName;
|
||||
port = 8989;
|
||||
in
|
||||
{
|
||||
@@ -22,6 +22,15 @@ in
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
my.homepage.services = [
|
||||
{
|
||||
group = "Media";
|
||||
name = "Sonarr";
|
||||
description = "Series management";
|
||||
href = "http://${hostName}:${toString port}";
|
||||
}
|
||||
];
|
||||
|
||||
my.profiles.prowlarr.enable = true;
|
||||
|
||||
systemd.services.sonarr = {
|
||||
|
||||
Reference in New Issue
Block a user