feat: add correct ssh key
This commit is contained in:
parent
f54bb71e7d
commit
9516649c1d
2 changed files with 1 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
description = "Noa Aarts";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "wireshark" "dialout" ];
|
||||
hashedPassword = "$6$rounds=512400$Zip3xoK2zcoR4qEL$N13YTHO5tpWfx2nKb1sye.ZPwfoRtMQ5f3YrMZqKzzoFoSSHHJ.l5ulCEa9HygFxZmBtPnwlseFEtl8ERnwF50";
|
||||
openssh.authorizedKeys.keys = import ../../common/ssh-keys.nix;
|
||||
openssh.authorizedKeys.keys = (import ../../common/ssh-keys.nix) ++ [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImRqLuSVWHE3G6ZqtD3EiRxQ+proxVZ+iTJ8EaFbb4f root@nuOS" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue