Skip to content

Commit

Permalink
nixos-generate-config: add programs options examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 23, 2017
1 parent 3d040f9 commit 0f5cd17
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nixos/modules/installer/tools/nixos-generate-config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,15 @@ sub multiLineList {
# List packages installed in system profile. To search by name, run:
# \$ nix-env -qaP | grep wget
# environment.systemPackages = with pkgs; [
# wget
# wget vim
# ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.bash.enableCompletion = true;
# programs.mtr.enable = true;
# programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
# List services that you want to enable:
# Enable the OpenSSH daemon.
Expand Down

0 comments on commit 0f5cd17

Please sign in to comment.