remove passed-through nix

This commit is contained in:
Joseph Hanson 2024-10-28 15:46:08 -05:00
parent a3317ff76c
commit 42b1b5f23d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -100,7 +100,7 @@ in
mySystem = {
purpose = "Production";
system = {
motd.networkInterfaces = [ "enp130s0f0" "enp130s0f1" ];
motd.networkInterfaces = [ "enp130s0f0" "eno1" ];
# Incus
incus = {
enable = true;