move admin config to top-level

This commit is contained in:
Tim Schubert 2022-08-04 20:52:43 +02:00
parent 81c9ecd6dc
commit a055f4fa40
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
8 changed files with 77 additions and 49 deletions

8
admins.nix Normal file
View file

@ -0,0 +1,8 @@
{
dadada = {
shell = "zsh";
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyTgdVPPxQeL5KZo9frZQlDIv2QkelJw3gNGoGtUMfw tim@metis"
];
};
}