From f72ba8cf0672d2b413639dcf3d44e5e80b8c8f83 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 11:30:32 +0200 Subject: [PATCH] chore: formatting --- hosts/lambdaos/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ]; }; };