From b88911211aed1a42baf4dba33217b2d0d219873f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 25 Sep 2023 00:24:26 +0200 Subject: [PATCH] Mark more machines as baremetal --- hosts/dacbert/default.nix | 7 +++++-- hosts/glotzbert/default.nix | 3 ++- hosts/pipebert/default.nix | 9 ++++++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/hosts/dacbert/default.nix b/hosts/dacbert/default.nix index f49045d0..3e074fb9 100644 --- a/hosts/dacbert/default.nix +++ b/hosts/dacbert/default.nix @@ -35,9 +35,12 @@ let in { c3d2 = { - hq.interface = "eth0"; - hq.statistics.enable = true; audioServer.enable = true; + baremetal = true; + hq = { + interface = "eth0"; + statistics.enable = true; + }; k-ot.enable = true; # TODO: move back to radiobert with the HW pi-sensors = if true then [] else [ { diff --git a/hosts/glotzbert/default.nix b/hosts/glotzbert/default.nix index d8d93e33..b5f95bfb 100644 --- a/hosts/glotzbert/default.nix +++ b/hosts/glotzbert/default.nix @@ -4,9 +4,10 @@ imports = [ ./hardware-configuration.nix ]; c3d2 = { + autoUpdate = true; + baremetal = true; hq.interface = "enp0s25"; k-ot.enable = true; - autoUpdate = true; }; disko.disks = [ { diff --git a/hosts/pipebert/default.nix b/hosts/pipebert/default.nix index 61d8d371..9b9a39f6 100644 --- a/hosts/pipebert/default.nix +++ b/hosts/pipebert/default.nix @@ -6,10 +6,13 @@ ]; c3d2 = { - hq.interface = "eth0"; - hq.statistics.enable = true; - k-ot.enable = true; audioServer.enable = true; + baremetal = true; + hq = { + interface = "eth0"; + statistics.enable = true; + }; + k-ot.enable = true; }; boot.loader = {