fix nix fmt, misc settings

This commit is contained in:
müde 2026-07-10 21:59:07 +02:00
commit bbaa70a5bc
2 changed files with 13 additions and 10 deletions

View file

@ -4,15 +4,17 @@ let
in in
{ {
# keep-sorted start block=yes # keep-sorted start block=yes
aur0ra = { # disabled: nixos-raspberrypi pins nixos-25.11, which lacks
system = "aarch64-linux"; # `services.displayManager.generic` required by stylix release-26.05
nixosSystem = nixos-raspberrypi.lib.nixosSystem; # aur0ra = {
}; # system = "aarch64-linux";
aur0ra-installer = { # nixosSystem = nixos-raspberrypi.lib.nixosSystem;
# build with nix build .\#nixosConfigurations.aur0ra-installer.config.system.build.sdImage # };
system = "aarch64-linux"; # aur0ra-installer = {
nixosSystem = nixos-raspberrypi.lib.nixosInstaller; # # build with nix build .\#nixosConfigurations.aur0ra-installer.config.system.build.sdImage
}; # system = "aarch64-linux";
# nixosSystem = nixos-raspberrypi.lib.nixosInstaller;
# };
epimetheus = { epimetheus = {
system = "aarch64-linux"; system = "aarch64-linux";
}; };
@ -40,7 +42,7 @@ in
inherit (self.homeConfigurations) muede; inherit (self.homeConfigurations) muede;
}; };
distributedBuilds = { distributedBuilds = {
isBuilder = true; isBuilder = false;
speedFactor = 14; speedFactor = 14;
hostPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGKoZ68wwyVRmPB0SkvpJUyUMDWeFbC5Je9zukyEOh7"; hostPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGKoZ68wwyVRmPB0SkvpJUyUMDWeFbC5Je9zukyEOh7";
clientPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAbojdhb3PfazSRmudvo381Y+zUFVLMa7AbWbfK/Zp2 muede-lpt2-nix-builds"; clientPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAbojdhb3PfazSRmudvo381Y+zUFVLMa7AbWbfK/Zp2 muede-lpt2-nix-builds";

View file

@ -66,5 +66,6 @@
enable = true; enable = true;
hiveName = "pr1ma"; hiveName = "pr1ma";
}; };
services.hyperhive.forge.ci.concurrency = 2;
}; };
} }