hotspot test

This commit is contained in:
2026-04-25 08:37:27 -05:00
parent 1c36f5d2b4
commit cae7760aad

View File

@@ -3,11 +3,14 @@
flake.nixosModules.hotspot = { config, lib, ... }: { flake.nixosModules.hotspot = { config, lib, ... }: {
networking.firewall.interfaces."wlo1" = { networking.firewall.interfaces."wlo1" = {
ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 32; }];
allowedUDPPorts = [ 53 67 68 ]; allowedUDPPorts = [ 53 67 68 ];
allowedTCPPorts = [ 53 67 68 ]; allowedTCPPorts = [ 53 67 68 ];
}; };
networking.interfaces."wlo1" = {
ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 32; }];
};
services.dnsmasq = { services.dnsmasq = {
enable = true; enable = true;
settings = { settings = {