remove passed through nic from motd

This commit is contained in:
Joseph Hanson 2024-09-12 12:21:05 -05:00
parent 78c78653ef
commit 8f841bba81
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -90,7 +90,7 @@ in
mySystem = {
purpose = "Production";
system = {
motd.networkInterfaces = [ "enp36s0f0" "enp36s0f1" ];
motd.networkInterfaces = [ "enp36s0f0" ];
# Incus
incus = {
enable = true;