Bromine config changes
This commit is contained in:
parent
e8082c84b9
commit
ffeabaa1c3
|
|
@ -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 = [ ... ];
|
||||
|
|
|
|||
Loading…
Reference in New Issue