add gabi to degette test
This commit is contained in:
parent
8c27ed2f40
commit
8e31dfc529
1 changed files with 4 additions and 1 deletions
5
hive.nix
5
hive.nix
|
@ -88,7 +88,10 @@ in
|
|||
imports = [
|
||||
./machines/kat-virt
|
||||
];
|
||||
users.users.root.openssh.authorizedKeys.keys = [ id_sylvain ];
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
id_sylvain
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoQZ/77uiai4rBHYwL55IweUOdR9svxDxlP/o7sulRT gdesfrene@clipper.ens.fr"
|
||||
];
|
||||
};
|
||||
|
||||
kat-mail-test =
|
||||
|
|
Loading…
Reference in a new issue