diff --git a/configuration.nix b/configuration.nix index ed20497..b827ee4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -88,13 +88,8 @@ shell = pkgs.fish; }; - # Set shell and SSH for root user - users.users.root = { - shell = pkgs.fish; - openssh.authorizedKeys.keys = ['' - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBvnfIsxGZWh+tU7OI60Tw3CyT+q3ghoETfRyWsXhioZ coolneng@panacea - '']; - }; + # Set shell for root user + users.users.root.shell = pkgs.fish; # Auto-upgrade the system system.autoUpgrade = {