From f64f9c944eada53a19295231eb43f63660c7b95d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 8 May 2026 16:27:01 +0900 Subject: [PATCH] topology: hook skrot up to the switch at the office --- topology/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/topology/default.nix b/topology/default.nix index 265b3fc..b27ccfe 100644 --- a/topology/default.nix +++ b/topology/default.nix @@ -228,6 +228,7 @@ in { (mkConnection "demiurgen" "eno1") (mkConnection "sanctuary" "ethernet_0") (mkConnection "torskas" "eth0") + (mkConnection "skrot" "enp2s0") (mkConnection "homeassistant" "eth0") (mkConnection "orchid" "eth0") (mkConnection "principal" "em0")