mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 23:25:39 +01:00
feat: define dhcp settings and subnets etc
This commit is contained in:
parent
f113d19c33
commit
da80328deb
2 changed files with 138 additions and 49 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services = {
|
||||
dnsmasq = {
|
||||
enable = true;
|
||||
enable = false; # try some other options first
|
||||
settings = {
|
||||
cache-size = 10000; # Specifies the size of the DNS query cache. It will store up to n cached DNS queries to improve response times for frequently accessed domains.
|
||||
server = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue