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:
parent
633c93f1e0
commit
18adff4c52
3 changed files with 83 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue