From 3032bf33a97fbb0fe38ef0a40d551773c96b71a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 25 Apr 2023 00:37:50 +0200 Subject: [PATCH] glotzbert: fix interface name --- hosts/glotzbert/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/glotzbert/default.nix b/hosts/glotzbert/default.nix index 86d146b5..bd5986ca 100644 --- a/hosts/glotzbert/default.nix +++ b/hosts/glotzbert/default.nix @@ -4,7 +4,7 @@ imports = [ ./hardware-configuration.nix ]; c3d2 = { - hq.interface = "eno1"; + hq.interface = "enp0s25"; k-ot.enable = true; autoUpdate = true; };