From 50200cfa63466ec187bbfae22f70521e1a94b0dc Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Wed, 6 Sep 2023 19:00:24 +0530 Subject: [PATCH] updated keys --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index bb48860..3030ae8 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -19,7 +19,7 @@ isNormalUser = true; extraGroups = [ "networkmanager" "wheel" "storage" "audio" ]; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D 0xtux@pm.me" + ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D 0xtux@pm.me'' ]; }; };