Bromine config changes

This commit is contained in:
Matthew Bessette 2024-07-25 18:20:52 -04:00
parent e8082c84b9
commit ffeabaa1c3
1 changed files with 3 additions and 4 deletions

View File

@ -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 = [ ... ];