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