Wire HDHomeRun observations and recover Forge OP Stack

This commit is contained in:
every.channel 2026-05-03 20:24:04 -07:00
parent 8065860449
commit 0d86104762
No known key found for this signature in database
18 changed files with 1613 additions and 58 deletions

View file

@ -263,6 +263,9 @@ in
chromeBinary = "${pkgs.google-chrome}/bin/google-chrome-stable";
display = ":120";
screen = "1920x1080x24";
isolateWithUserNetns = true;
requireMullvad = false;
mullvadLocation = null;
noSandbox = true;
vnc = {
enable = true;
@ -295,13 +298,8 @@ in
};
services.mullvad-vpn = {
enable = true;
enableExcludeWrapper = true;
};
systemd.services.every-channel-wt-publish-forge-nbc-sports-philly = {
after = [ "mullvad-daemon.service" ];
wants = [ "mullvad-daemon.service" ];
enable = false;
enableExcludeWrapper = false;
};
services.every-channel.op-stack = {