Skip to content

Commit

Permalink
Update plex
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed May 27, 2024
1 parent d3fef81 commit bc8c097
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cells/nixos/hosts/hakase/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"nas.siki.moe" = "http://satoshi.siki.moe:5000";
"plex.siki.moe" = "http://localhost:32400";
"qb.siki.moe" = "http://localhost:8080";
"tautulli.siki.moe" = "http://localhost:32401";
};
default = "http_status:404";
};
Expand All @@ -39,10 +38,4 @@
enable = true;
openFirewall = true;
};

services.tautulli = {
enable = true;
openFirewall = true;
port = 32401;
};
}

0 comments on commit bc8c097

Please sign in to comment.