fixed syntax errors
This commit is contained in:
parent
30b7d23b3a
commit
65bf72cd5b
@ -90,17 +90,16 @@
|
||||
enable = true;
|
||||
udpPorts = {
|
||||
dns.enable = true;
|
||||
}
|
||||
};
|
||||
};
|
||||
networkmanager.enable = true;
|
||||
udpPorts.dns.enable = true;
|
||||
};
|
||||
|
||||
# DNS module (see ../../networking/dns.nix)
|
||||
dns = {
|
||||
technitium = {
|
||||
enable = true;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
# Enable dconf
|
||||
|
Loading…
Reference in New Issue
Block a user