From 9c214dc282a0d36013dcb2132bef2eb923545f9d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 26 May 2024 12:15:10 -0500 Subject: [PATCH] Add default nameservers for shadowfax vms. --- hardware/shadowfax-kubevirt.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hardware/shadowfax-kubevirt.nix b/hardware/shadowfax-kubevirt.nix index abec61c..6484bee 100644 --- a/hardware/shadowfax-kubevirt.nix +++ b/hardware/shadowfax-kubevirt.nix @@ -16,5 +16,8 @@ # initialize the display early to get a complete log. # this is required for typing in LUKS passwords on boot too. boot.kernelParams = [ "console=tty" ]; + networking.nameservers = [ + "10.1.1.1" + ]; }; } \ No newline at end of file