commit 7a62b3de9ea8988aea6bb0e01973383ef518e105 parent 257a6e29f478e22138123645097033a33a2216e9 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 6 May 2024 17:53:24 +0200 remove dup Diffstat:
| M | nixos/worker-2/configuration.nix | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -405,9 +405,6 @@ in { }; "root" = { hashedPasswordFile = config.sops.secrets.root_initial_password.path; - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUzC9NeEc4voBeAO7YuQ1ewRKCS2iar4Bcm4cKoNKUH mtrnord@nordgedanken.dev" - ]; }; "discourse" = {