1
0
Fork 0

Add nixbuild shell

This commit is contained in:
Malte Brandy 2021-11-19 16:51:06 +01:00
parent 0dad4dd29a
commit 6e11058143
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -29,12 +29,13 @@ in
in
{
hera = ssh "hera";
remote-builder = ssh "phoibe.cased.de";
remote-builder = ssh "phoibe.cased.de -i /etc/nixos/private/id_ed25519-nix-builder";
ag = ssh "ag-forward";
gwres1 = ssh "gw";
backup-server = ssh "borg.cysec.de";
shells = ssh "shells";
"bach (ved)" = ssh "bach.vocalensemble-darmstadt.de";
"nixbuild.net" = "kitty +kitten rlwrap ssh eu.nixbuild.net -i /etc/nixos/private/id_ed25519-nix-builder shell";
};
}
{