From c0124d5829c0d2b3d9a9ef8efe99aea55fc481fc Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 8 Apr 2026 21:18:35 +0200 Subject: [PATCH] machines/crocus: minor fixes - Remove remote nix builder config - Add 4G to additionnal disk - Remove buildHost option --- machines/crocus/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/machines/crocus/configuration.nix b/machines/crocus/configuration.nix index eebb568..ce090f8 100644 --- a/machines/crocus/configuration.nix +++ b/machines/crocus/configuration.nix @@ -6,7 +6,6 @@ imports = [ self.nixosModules.radicle self.nixosModules.nix-defaults - self.nixosModules.remote-builder self.inputs.srvos.nixosModules.server self.inputs.srvos.nixosModules.hardware-hetzner-cloud ]; @@ -39,7 +38,7 @@ services.garage.settings.data_dir = [ { path = "/var/lib/garage/data"; - capacity = "20G"; + capacity = "24G"; } { path = "/data1/garage"; @@ -49,8 +48,6 @@ clan.core.settings.state-version.enable = true; - clan.core.networking.buildHost = "root@haze"; - services.avahi.allowInterfaces = [ "zts7mq7onf" ];