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 = { mySystem = {
purpose = "Production"; purpose = "Production";
system = { system = {
motd.networkInterfaces = [ "enp130s0f0" "enp130s0f1" ]; motd.networkInterfaces = [ "enp130s0f0" "eno1" ];
# Incus # Incus
incus = { incus = {
enable = true; enable = true;