Add default nameservers for shadowfax vms.

This commit is contained in:
Joseph Hanson 2024-05-26 12:15:10 -05:00
parent 4248d9d398
commit 9c214dc282
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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"
];
};
}