glotzbert: fix interface name

This commit is contained in:
Sandro - 2023-04-25 00:37:50 +02:00
parent f03ff2cc07
commit 3032bf33a9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
imports = [ ./hardware-configuration.nix ];
c3d2 = {
hq.interface = "eno1";
hq.interface = "enp0s25";
k-ot.enable = true;
autoUpdate = true;
};