[albert] change url, add binfmt
Check flake syntax / flake-check (push) Successful in 21m8s
Hydra callback / on_pr (push) Skipped
Hydra callback / on_push (push) Skipped

This commit is contained in:
2026-09-04 17:21:22 +02:00
parent ec26c33fc5
commit f2deba5153
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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..
+1 -1
View File
@@ -24,7 +24,7 @@
services.hydra = {
enable = true;
hydraURL = "localhost:3000";
hydraURL = "https://hydra.malobeo.org";
useSubstitutes = true;
notificationSender = "hydra@localhost";