forked from Fachschaft/nixConfig
Create new user and add keys for totallynotadolphin
This commit is contained in:
parent
a6db8ef50f
commit
b978c4c71e
2 changed files with 14 additions and 0 deletions
|
@ -29,6 +29,15 @@ with lib; let
|
|||
"nix.mathebau.firespike.de-1:OmST0YGbAaBjPo5xSM5Bqwk6/W5o7B5CnW/NDr0NacI="
|
||||
];
|
||||
};
|
||||
totallynotadolphin = {
|
||||
hashedPassword = "$y$j9T$7DJ8VXEx1oB1holOY5U5q1$rSeGtWxDCWeOLpqmmkxYe8DCnb6uowUWafMGODTPQL.";
|
||||
sshKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJRXBT1k40iWHwMVcStnV8jbpXbT3DXrwRURC+GkxEuc dolphin"
|
||||
];
|
||||
nixKeys = [
|
||||
"ocean.mathebau.de-1:G3Jz3mErIy8Mq8Ih+A5pbwDrx7vREcOpKgY8JCQ9dAk="
|
||||
];
|
||||
}
|
||||
};
|
||||
|
||||
mkAdmin = name: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue