diff --git a/nixos/template-base/configuration.nix b/nixos/template-base/configuration.nix index d80c1a1..9b3d133 100644 --- a/nixos/template-base/configuration.nix +++ b/nixos/template-base/configuration.nix @@ -30,9 +30,6 @@ isNormalUser = true; extraGroups = [ "wheel" ]; shell = pkgs.fish; - openssh.authorizedKeys.keys = [ - "REPLACE_WITH_SINGLE_LINE_PUBLIC_KEY" - ]; }; security.sudo.wheelNeedsPassword = false;