Skip to content

Commit

Permalink
amd 185 current 2024-11-26 01:24:20 24.11.20241114.116eed8 6.6.60 *
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Nov 26, 2024
1 parent 1a3e04f commit 91831ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hosts/networking/enp195s0f3u1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@
externalInterface = "wlp1s0";
internalInterfaces = [ "enp195s0f3u1" ];
};

services.dnsmasq = {
enable = true;
settings = {
interface = "enp195s0f3u1";
"dhcp-range" = "10.0.42.2,10.0.42.254,24h";
"bind-dynamic" = true; # Try this instead of bind-interfaces
};
};
# services.dnsmasq = {
# enable = true;
# settings = {
Expand Down

0 comments on commit 91831ce

Please sign in to comment.