mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
minor
This commit is contained in:
parent
75ffed4dcc
commit
2fd794ea64
@ -121,8 +121,10 @@
|
||||
# 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
|
||||
# Do not forget to add an editor to edit configuration.nix!
|
||||
# The Nano editor is also installed by default.
|
||||
# vim
|
||||
# wget
|
||||
];
|
||||
|
||||
# Don't install all programs of the GNOME desktop.
|
||||
@ -160,6 +162,8 @@
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
Loading…
Reference in New Issue
Block a user