From 3b15d1c2c44e51a4a23b1a3e5cca4cf29bced371 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Sat, 14 Feb 2026 18:22:27 +0100 Subject: [PATCH] fix skrot and skrott conflict --- hosts/skrott/configuration.nix | 2 +- topology/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index a4d9869..b946e1f 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -59,7 +59,7 @@ # zramSwap.enable = true; networking = { - hostName = "skrot"; + hostName = "skrott"; defaultGateway = values.hosts.gateway; defaultGateway6 = values.hosts.gateway6; interfaces.eth0 = { diff --git a/topology/default.nix b/topology/default.nix index 3b743db..7611e63 100644 --- a/topology/default.nix +++ b/topology/default.nix @@ -228,7 +228,7 @@ in { (mkConnection "demiurgen" "eno1") (mkConnection "sanctuary" "ethernet_0") (mkConnection "torskas" "eth0") - (mkConnection "skrot" "eth0") + (mkConnection "skrott" "eth0") (mkConnection "homeassistant" "eth0") (mkConnection "orchid" "eth0") (mkConnection "principal" "em0")