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'' ]; }; };