Compare commits

..

No commits in common. "b8b8e015c5e601654fbd9075cf95ea429d8c5efd" and "6d7867b45c24ed8b41ae1061f318af673bb393e6" have entirely different histories.

2 changed files with 2 additions and 27 deletions

View file

@ -15,10 +15,10 @@ in
nix = {
package = pkgs.nixVersions.latest;
extraOptions = "experimental-features = nix-command flakes pipe-operator";
extraOptions = "experimental-features = nix-command flakes";
settings = {
experimental-features = [ "nix-command" "flakes" "pipe-operator" ];
experimental-features = [ "nix-command" "flakes" ];
allowed-users = [ "@wheel" ];
trusted-users = [ "@wheel" ];

View file

@ -52,12 +52,6 @@ in
{
name = "Media";
items = [
{
name = "Jellyfin";
tag = "app";
url = "http://${config.networking.hostName}:8096";
}
{
name = "Radarr";
tag = "app";
@ -69,25 +63,6 @@ in
tag = "app";
url = "http://${config.networking.hostName}:${builtins.toString config.services.sonarr.settings.server.port}";
}
{
name = "Lidarr";
tag = "app";
url = "http://${config.networking.hostName}:${builtins.toString config.services.lidarr.settings.server.port}";
}
{
name = "qBitTorrent";
tag = "app";
url = "http://${config.networking.hostName}:${builtins.toString config.services.qbittorrent.webuiPort}";
}
{
name = "SabNZB";
tag = "app";
url = "http://${config.networking.hostName}:8080";
}
];
}
];