hostel-wifi: hardened profile for untrusted networks (disabled by default)
Add modules/hostel-wifi.nix: per-SSID MAC randomization (iwd), disable mDNS/LLMNR/NetBIOS, reject hostile IPv6 RAs, firewall LAN-side probing, an nftables killswitch target allowing only tunnel egress + captive-portal endpoints, NTS-secured time via chrony, and a captive-portal helper. Import left commented out; toggle via 'untrusted on|off'.
This commit is contained in:
parent
f31ecbf6e6
commit
554487a136
2 changed files with 166 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
./modules/xray.nix
|
||||
./modules/ollama.nix
|
||||
./modules/gaming.nix
|
||||
# ./modules/hostel-wifi.nix # disabled 2026-05-08 — re-enable when needed
|
||||
];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue