mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-12-22 12:03:05 +01:00
Compare commits
2 commits
782088bd87
...
5c9d893c82
Author | SHA1 | Date | |
---|---|---|---|
5c9d893c82 | |||
e158f2d592 |
2 changed files with 8 additions and 4 deletions
|
@ -46,5 +46,9 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [ brlaser brgenml1lpr ];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"nix-2.16.2"
|
||||
];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue