add nameserver

This commit is contained in:
2023-12-05 18:56:03 +01:00
parent b61734c4c5
commit f721a2f969

View File

@@ -43,6 +43,7 @@ in
config = { lib, config, pkgs, ... }: {
networking = {
hostName = "git";
nameservers = [ "10.42.97.10" ];
interfaces.mv-vserver = {
useDHCP = true;
};