From f721a2f969942ff86751d4232a1441ea963e4f8b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 18:56:03 +0100 Subject: [PATCH] add nameserver --- hosts/fw.cloonar.com/modules/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index fc78ffd..f69687f 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -43,6 +43,7 @@ in config = { lib, config, pkgs, ... }: { networking = { hostName = "git"; + nameservers = [ "10.42.97.10" ]; interfaces.mv-vserver = { useDHCP = true; };