Skip to content

Commit

Permalink
feat(hosts): add captive browser on laptops
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Nov 17, 2023
1 parent 8ca3237 commit 1f222da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/mention/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@
mention.enable = true;
mention.firstname = "gael";
mention.lastname = "reyrol";

programs.captive-browser = {
enable = true;
interface = "wlp3s0";
};

}
5 changes: 5 additions & 0 deletions hosts/thinkpad/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@
myPkgs.mqttx
myPkgs.ledger-live-desktop
];

programs.captive-browser = {
enable = true;
interface = "wlp3s0";
};
}
2 changes: 2 additions & 0 deletions nix.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
substituters = https://cache.nixos.org https://cache.nixos.org/ https://pre-commit-hooks.cachix.org https://nix-shell.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tower:vj89DUI6QATXfwiGzRGX8Y5FEtOWDQ4GUSscdc5e5vE= thinkpad:IdGPnji32UUVFHffGtYW/0OdGJ0CBzqPw7cle/+zNec= mention:ldKF4a2iMpBMl4JqIUPF+hTw9H4ShBj4x3LFojj7dPg= pre-commit-hooks.cachix.org-1:Pkk3Panw5AW24TOv6kz3PvLhlH8puAsJTBbOPmBo7Rc= nix-shell.cachix.org-1:kat3KoRVbilxA6TkXEtTN9IfD4JhsQp1TPUHg652Mwc=

0 comments on commit 1f222da

Please sign in to comment.