diff --git a/_hosts/bromine/configuration.nix b/_hosts/bromine/configuration.nix index 26010dc..a4512fa 100644 --- a/_hosts/bromine/configuration.nix +++ b/_hosts/bromine/configuration.nix @@ -66,8 +66,9 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget + git + nodejs_22 + vim ]; # Some programs need SUID wrappers, can be configured further or are @@ -85,8 +86,6 @@ enable = true; }; - users.users.mbessette,openssh.authorizedKeys.keys - # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];