add nameserver
This commit is contained in:
@@ -43,6 +43,7 @@ in
|
||||
config = { lib, config, pkgs, ... }: {
|
||||
networking = {
|
||||
hostName = "git";
|
||||
nameservers = [ "10.42.97.10" ];
|
||||
interfaces.mv-vserver = {
|
||||
useDHCP = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user