home/modules/captive-browser: init module

starting with Chrome/ Chromium only by copying command from
https://github.com/FiloSottile/captive-browser/
This commit is contained in:
Trolli Schmittlauch 2025-07-30 21:24:38 +02:00
parent 633c93f1e0
commit 18adff4c52
3 changed files with 83 additions and 0 deletions

View file

@ -93,6 +93,11 @@ in
+ import ./scripts/ssh-loop-fc.nix { inherit pkgs lib; }
);
# separate proxied browser using the DHCP-supplied DNS for accessing captive portals
programs.captive-browser = {
enable = true;
interface = "en0";
};
launchd.agents.hydra_proxy = {
enable = true;
config = {