forked from Fachschaft/nixConfig
Add SSH and Nix keys and password for daniel
This commit is contained in:
parent
0472063a76
commit
638b62591d
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@ with lib; let
|
|||
"gonne.mathebau.de-1:FsXFyFiBFE/JxC9MCkt/WuiXjx5dkRI9RXj0FxOQrV0="
|
||||
];
|
||||
};
|
||||
daniel = {
|
||||
hashedPassword = "$y$j9T$.p7R1mqmbotP3SvuaH4KS.$l3hsHJyh0A0.ZhZ.4Tc1cgKAcKWKntXYsPKmPpUvYnD";
|
||||
sshKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGCrx7aeIIOvdc+mW4ji8RlIuMRY55oDrcCs4q1KU7VG Daniel"
|
||||
];
|
||||
nixKeys = [
|
||||
"nix.mathebau.firespike.de-1:OmST0YGbAaBjPo5xSM5Bqwk6/W5o7B5CnW/NDr0NacI="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
mkAdmin = name: {
|
||||
|
|
Loading…
Add table
Reference in a new issue