move admin config to top-level
This commit is contained in:
parent
81c9ecd6dc
commit
a055f4fa40
8 changed files with 77 additions and 49 deletions
8
admins.nix
Normal file
8
admins.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
dadada = {
|
||||
shell = "zsh";
|
||||
keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyTgdVPPxQeL5KZo9frZQlDIv2QkelJw3gNGoGtUMfw tim@metis"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue