add nameserver
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user