fix: disable dns for now
This commit is contained in:
parent
a4f5c9c466
commit
e40fdef7a0
2 changed files with 0 additions and 21 deletions
|
|
@ -24,21 +24,6 @@
|
|||
networking = {
|
||||
hostName = "NoasServer"; # Define your hostname.
|
||||
networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
domains = {
|
||||
enable = true;
|
||||
baseDomains = {
|
||||
"itepastra.nl" = {
|
||||
a.data = "192.168.42.2";
|
||||
};
|
||||
"noa.voorwaarts.nl" = {
|
||||
a.data = "192.168.42.2";
|
||||
};
|
||||
};
|
||||
subDomains = {
|
||||
"itepastra.nl" = { };
|
||||
"noa.voorwaarts.nl" = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
# Pick only one of the below networking options.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue