add nameserver
This commit is contained in:
parent
b61734c4c5
commit
f721a2f969
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ in
|
||||||
config = { lib, config, pkgs, ... }: {
|
config = { lib, config, pkgs, ... }: {
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "git";
|
hostName = "git";
|
||||||
|
nameservers = [ "10.42.97.10" ];
|
||||||
interfaces.mv-vserver = {
|
interfaces.mv-vserver = {
|
||||||
useDHCP = true;
|
useDHCP = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue