This commit is contained in:
tv 2016-06-14 16:25:49 +02:00
parent 5bc3fa8854
commit 88a486f26a

View File

@ -62,6 +62,16 @@ with config.krebs.lib;
ssh.privkey.path = <secrets/ssh.id_ed25519>;
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOd/HqZIO9Trn3eycl23GZAz21HQCISaVNfNyaLSQvJ6";
};
ju = {
nets = {
gg23 = {
ip4.addr = "10.23.1.144";
aliases = [
"ju.gg23"
];
};
};
};
mkdir = rec {
cores = 1;
nets = rec {