From eb75593416bb4ad35c84a40c173cf5376b87f669 Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 18 Nov 2023 17:55:44 +0100 Subject: feat(system/users): remove obsolete ss-key for sils # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is up to date with 'origin/main'. # # Changes to be committed: # modified: system/users/default.nix # --- system/users/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'system/users/default.nix') diff --git a/system/users/default.nix b/system/users/default.nix index ec2740b..8d4fe34 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -18,7 +18,6 @@ "wheel" ]; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG63gxw8JePmrC8Fni0pLV4TnPBhCPmSV9FYEdva+6s7 sils" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAe4o1PM6VasT3KZNl5NYvgkkBrPOg36dqsywd10FztS openpgp:0x21D20D6A" ]; }; -- cgit 1.4.1