Compare commits

...

2 commits

Author SHA1 Message Date
Thilo Billerbeck 5c9d893c82 allow broken nix on laptop 2024-03-15 15:12:33 +01:00
Thilo Billerbeck e158f2d592 adjust builders config 2024-03-15 15:02:47 +01:00
2 changed files with 8 additions and 4 deletions

View file

@ -46,5 +46,9 @@
environment.systemPackages = with pkgs; [ brlaser brgenml1lpr ];
nixpkgs.config.permittedInsecurePackages = [
"nix-2.16.2"
];
system.stateVersion = "23.05";
}

View file

@ -11,7 +11,7 @@
buildMachines = [ {
hostName = "build1.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -27,7 +27,7 @@
} {
hostName = "build2.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -43,7 +43,7 @@
} {
hostName = "build3.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -59,7 +59,7 @@
} {
hostName = "build4.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "hexa";
sshUser = "avocadoom";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"