From 7b883fc03b4dee06c4289ab1b8500daa82ae4d31 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 19 Dec 2022 14:51:15 +0100 Subject: [PATCH] Remove old ssh key --- nixos_modules/bertof_user.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos_modules/bertof_user.nix b/nixos_modules/bertof_user.nix index a556278..66243b8 100644 --- a/nixos_modules/bertof_user.nix +++ b/nixos_modules/bertof_user.nix @@ -3,7 +3,6 @@ isNormalUser = true; extraGroups = [ "network" "networkmanager" "wheel" "tss" ]; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+zsSWZFFzQKnATCAvtG+iuSm4qkZHjCtHzGa9B/71W bertof@odin" # OLD "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAhxOjo9Ac9hVd3eOR56F6sClUMUh1m7VpcmzA18dslj bertof@odin" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7mcf8fbMo1eXqSJeVFWaweB+JOU+67dFuf8laZKZZG bertof@thor" ];