From 1112d2a577954c7e687cc51aaa1bbacd1f897bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 30 Apr 2023 02:14:45 +0200 Subject: [PATCH] pipebert: fix interface, boot disk id --- hosts/pipebert/default.nix | 2 +- hosts/pipebert/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pipebert/default.nix b/hosts/pipebert/default.nix index b922c74a..36539e5b 100644 --- a/hosts/pipebert/default.nix +++ b/hosts/pipebert/default.nix @@ -6,7 +6,7 @@ ]; c3d2 = { - hq.interface = "eno1"; + hq.interface = "eth0"; hq.statistics.enable = true; k-ot.enable = true; audioServer.enable = true; diff --git a/hosts/pipebert/hardware-configuration.nix b/hosts/pipebert/hardware-configuration.nix index 15738723..337b0938 100644 --- a/hosts/pipebert/hardware-configuration.nix +++ b/hosts/pipebert/hardware-configuration.nix @@ -74,7 +74,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/20A8-0497"; + { device = "/dev/disk/by-uuid/4576-43B4"; fsType = "vfat"; };