This commit is contained in:
Daniel Langbein 2023-08-18 19:49:19 +02:00
parent 75ffed4dcc
commit 2fd794ea64

View File

@ -121,7 +121,9 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # Do not forget to add an editor to edit configuration.nix!
# The Nano editor is also installed by default.
# vim
# wget # wget
]; ];
@ -160,6 +162,8 @@
settings.PasswordAuthentication = false; settings.PasswordAuthentication = false;
}; };
nix.settings.auto-optimise-store = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];