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