hotspot test

This commit is contained in:
2026-04-25 08:58:24 -05:00
parent bb2811f238
commit 73c12d8b34

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.nixosModules.hotspot = { config, lib, ... }: {
flake.nixosModules.ethdhcp = { config, lib, ... }: {
networking.firewall.interfaces."eno1" = {
allowedUDPPorts = [ 53 67 68 ];
@@ -23,7 +23,7 @@
enable = true;
settings = {
interface = "eno1";
dhcp-range = [ "192.168.121.2,192.168.121.10,1h" ];
dhcp-range = [ "192.168.121.2,192.168.121.2,1h" ];
};
};