From ffeabaa1c3f610ba57630fecf6a4d144a436e83c Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Thu, 25 Jul 2024 18:20:52 -0400 Subject: [PATCH] Bromine config changes --- _hosts/bromine/configuration.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 = [ ... ];