diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index d280ba7..921421c 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -75,7 +75,9 @@ 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) ++ [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImRqLuSVWHE3G6ZqtD3EiRxQ+proxVZ+iTJ8EaFbb4f root@nuOS" ]; + openssh.authorizedKeys.keys = + (import ../../common/ssh-keys.nix) ++ + [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImRqLuSVWHE3G6ZqtD3EiRxQ+proxVZ+iTJ8EaFbb4f root@nuOS" ]; }; };