Compare commits

..

No commits in common. "5c9d893c8285beff4b2844392a485f4cffa8ba29" and "782088bd87f9c228bfb5eb6859de4329e5c44463" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View file

@ -46,9 +46,5 @@
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 = "avocadoom";
sshUser = "hexa";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -27,7 +27,7 @@
} {
hostName = "build2.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "avocadoom";
sshUser = "hexa";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -43,7 +43,7 @@
} {
hostName = "build3.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "avocadoom";
sshUser = "hexa";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
@ -59,7 +59,7 @@
} {
hostName = "build4.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "avocadoom";
sshUser = "hexa";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"