From f2deba51533145469cf2bd46f929cd60a512313c Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 4 Sep 2026 17:20:46 +0200 Subject: [PATCH] [albert] change url, add binfmt --- machines/albert/configuration.nix | 2 +- machines/albert/hydra.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/albert/configuration.nix b/machines/albert/configuration.nix index 1e68437..cca7e9f 100644 --- a/machines/albert/configuration.nix +++ b/machines/albert/configuration.nix @@ -86,7 +86,7 @@ in }; nixpkgs.config.allowUnfree = true; - + boot.binfmt.emulatedSystems = [ "aarch64-linux" "i686-linux" ]; services.acpid.enable = true; time.timeZone = "Europe/Berlin"; system.stateVersion = "26.05"; # Do.. Not.. Change.. diff --git a/machines/albert/hydra.nix b/machines/albert/hydra.nix index e8c9472..acc0a55 100644 --- a/machines/albert/hydra.nix +++ b/machines/albert/hydra.nix @@ -24,7 +24,7 @@ services.hydra = { enable = true; - hydraURL = "localhost:3000"; + hydraURL = "https://hydra.malobeo.org"; useSubstitutes = true; notificationSender = "hydra@localhost";