Mark more machines as baremetal

This commit is contained in:
Sandro - 2023-09-25 00:24:26 +02:00
parent a058c40e5c
commit b88911211a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 13 additions and 6 deletions

View File

@ -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 [ {

View File

@ -4,9 +4,10 @@
imports = [ ./hardware-configuration.nix ];
c3d2 = {
autoUpdate = true;
baremetal = true;
hq.interface = "enp0s25";
k-ot.enable = true;
autoUpdate = true;
};
disko.disks = [ {

View File

@ -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 = {