Wire HDHomeRun observations and recover Forge OP Stack
This commit is contained in:
parent
8065860449
commit
0d86104762
18 changed files with 1613 additions and 58 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue