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"; };