hotspot test
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
flake.nixosModules.hotspot = { config, lib, ... }: {
|
flake.nixosModules.hotspot = { config, lib, ... }: {
|
||||||
|
|
||||||
networking.firewall.interfaces."wlo1" = {
|
networking.firewall.interfaces."wlo1" = {
|
||||||
allowedUDPPorts = [ 67 68 ];
|
allowedUDPPorts = [ 53 67 68 ];
|
||||||
|
allowedTCPPorts = [ 53 67 68 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.dnsmasq.enable = true;
|
services.dnsmasq.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user