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