diff --git a/nixos/hosts/shadowfax/default.nix b/nixos/hosts/shadowfax/default.nix index 8c0032d..cdaa4e9 100644 --- a/nixos/hosts/shadowfax/default.nix +++ b/nixos/hosts/shadowfax/default.nix @@ -90,7 +90,7 @@ in mySystem = { purpose = "Production"; system = { - motd.networkInterfaces = [ "enp36s0f0" "enp36s0f1" ]; + motd.networkInterfaces = [ "enp36s0f0" ]; # Incus incus = { enable = true;