summary refs log tree commit diff
path: root/nixos/modules/programs
Commit message (Collapse)AuthorAge
* nixos: remove top-level uim optionThomas Tuegel2016-02-28
|
* Merge pull request #8630 from lihop/nixos/fix-formattingDomen Kožar2016-02-27
|\ | | | | nixos: fix formatting of option examples
| * nixos/freetds: fix formatting of exampleLeroy Hopson2016-02-27
| |
* | Merge #12796: nixos docs: show references to packagesVladimír Čunát2016-02-27
|\ \ | |/ |/| | | | | | | | | (version 2) A better implementation of #10039, after #12357. This time I did more thorough checking. See commit messages for details.
| * nixos manuals: bring back package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
* | ibus service: refactoringEric Sagnes2016-02-17
| |
* | Merge branch 'master' into stagingVladimír Čunát2016-02-07
|\|
| * Revert "Merge #12357: nixos docs: show references to packages"Vladimír Čunát2016-02-03
| | | | | | | | | | | | The PR wasn't good enough yet. This reverts commit b2a37ceeea8c38ec71447f8dae1e6890a8cf982d, reversing changes made to 7fa9a1abce623aaf18b22f5dca3fc8a44a494e8d.
| * Merge #12357: nixos docs: show references to packagesVladimír Čunát2016-02-03
| |\
| | * nixos manuals: bring back package referencesVladimír Čunát2016-01-13
| | | | | | | | | | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
| * | openssh: Enable DSA host/client keysEelco Dolstra2016-02-01
| | | | | | | | | | | | | | | | | | This applies a patch from Fedora to make HostKeyAlgorithms do the right thing, fixing the issue described in 401782cb678d2e28c0f7f2d40c6421624f410148.
* | | Configure a default trust store for opensslGuillaume Maudoux2016-02-03
|/ /
* | Fix some references to deprecated /etc/ssl/certs/ca-bundle.crtEelco Dolstra2016-01-29
| |
* | nixos-ssh: set SSH_ASKPASS globally and not just on interactive shellsReno Reckling2016-01-24
| | | | | | | | | | | | | | | | | | If we limit SSH_ASKPASS to interactive shells, users are unable to trigger the ssh-passphrase dialog from their desktop environment autostart scripts. Usecase: I call ssh-add during my desktop environment autostart and want to have the passphrase dialog immediately after startup. For this to work, SSH_ASKPASS needs to be propagated properly on non-interactive shells.
* | Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | | | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* | Merge pull request #12328 from makefu/zsh-allow-override-history-defaultsFranz Pletz2016-01-16
|\ \ | | | | | | programs.zsh: allow override of history defaults
| * | programs.zsh: allow override of history defaultsmakefu2016-01-16
| | |
* | | nixos/cdemu: use system kernel modulesNikolay Amiantov2016-01-12
| |/ |/|
* | Merge pull request #11945 from jgillich/fishArseniy Seroka2016-01-06
|\ \ | |/ |/| fish: add module to support it as default shell
| * fish: add module to support it as default shellJakob Gillich2015-12-26
| | | | | | | | | | | | | | | | * Patched fish to load /etc/fish/config.fish if it exists (by default, it only loads config relative to itself) * Added fish-foreign-env package to parse the system environment closes #5331
* | command-not-found: pass all of argv to helperArda Xi2015-12-28
| |
* | command-not-found: add NIX_AUTO_RUNNathan Zadoks2015-12-28
|/
* zsh module: add /share/zsh to pathsToLinkSpencer Whitt2015-11-26
| | | | | Needed for completion functions abbradar: replaced optionals with optional
* zsh module: add enableCompletion optionSpencer Whitt2015-11-25
|
* Merge pull request #11108 from ericsagnes/ibus-dconflethalman2015-11-24
|\ | | | | ibus: fix dconf dependency
| * ibus: fix dconf dependencyEric Sagnes2015-11-18
| |
* | nixos: remove debug code accidentally checked in with ↵Peter Simons2015-11-18
| | | | | | | | 833a5971568f8b5ea189126d61d8461d039bb93c
* | nixos: configure bash prompt in Emacs' shell-mode, even if TERM=dumbPeter Simons2015-11-18
|/ | | | | | | | | | | | | | The idea that the interactive bash prompt isn't set in case of TERM=dumb is intended to fix problems when other machines log remotely into a NixOS installation via Tramp. A side-effect that change was, however, that Emacs' shell-mode no longer had a correct prompt. I suppose the presence of INSIDE_EMACS=24.5.2,comint is a sufficiently unique indication that the current interactive shell is running inside of an Emacs and that the prompt can thus be configured safely.
* nixos/environment: don't set Qt 5 pathsThomas Tuegel2015-10-30
|
* Factor out "man" into a separate module and add "man" outputs to system.pathEelco Dolstra2015-10-30
| | | | Fixes #10270.
* nixos/bash: use simple prompt for dumb terminalsNikolay Amiantov2015-10-22
|
* Manual: Remove store path referencesEelco Dolstra2015-09-24
|
* nixos: fix some typesJan Malakhovski2015-09-18
|
* nixos: cdemu service: mark up & tweak descriptionsTobias Geerinckx-Rice2015-09-07
|
* command-not-found: Fix nix-env invocationEelco Dolstra2015-09-02
|
* command-not-found: Use attribute nameEelco Dolstra2015-09-02
|
* programs.ssh.knownHosts: Use attribute nameEelco Dolstra2015-08-27
| | | | | | | | | | This allows writing: programs.ssh.knownHosts."10.1.2.3".publicKey = "bar"; instead of programs.ssh.knownHosts = [ { hostNames = [ "10.1.2.3" ]; publicKey = "bar"; } ];
* programs.ssh.knownHosts: Use submoduleEelco Dolstra2015-08-27
|
* Rename services.openssh.knownHosts -> programs.ssh.knownHostsEelco Dolstra2015-08-27
| | | | This option configures the SSH client, not the server.
* Revert "openssh: 6.9p1 -> 7.0p1"Eelco Dolstra2015-08-20
| | | | | | | | | | | | | | | This reverts commit a8eb2a6a81524f3be0c8886f6d06090b50b0a513. OpenSSH 7.0 is causing too many interoperability problems so soon before the 15.08 release. For instance, it causes NixOps EC2 initial deployments to fail with "REMOTE HOST IDENTIFICATION HAS CHANGED". This is because the client knows the server's ssh-dss host key, but this key is no longer accepted by default. Setting "HostKeyAlgorithms" to "+ssh-dss" does not work because it causes ssh-dss to be ordered after "ecdsa-sha2-nistp521", which the server also offers. (Normally, ssh prioritizes host key algorithms for which the client has a known host key, but not if you set HostKeyAlgorithms.)
* nixos xfs_quota: simplify restartTriggersLuca Bruno2015-08-19
|
* nixos xfs_quota: set default projects to {}Luca Bruno2015-08-19
|
* nixos xfs_quota: add new module for managing xfs_quota projectsLuca Bruno2015-08-19
|
* Merge pull request #9326 from oxij/fix-infoEelco Dolstra2015-08-19
|\ | | | | Documentation indexes
| * nixos: generate infodirs directly in system-pathJan Malakhovski2015-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `man 1 info` says: The first non-option argument, if present, is the menu entry to start from; it is searched for in all `dir' files along INFOPATH. If it is not present, info merges all `dir' files and shows the result. Any remaining arguments are treated as the names of menu items relative to the initial node visited. Which means that this does what previous programs/info did and #8519 (on-the-fly infodir generation for Emacs) wanted to do, but for both programs.
* | openssh: Re-enable DSA client keysEelco Dolstra2015-08-18
|/ | | | This was broken by a8eb2a6a81524f3be0c8886f6d06090b50b0a513.
* Add an option ‘nix.nixPath’ for specifying $NIX_PATHEelco Dolstra2015-08-05
|
* nixos: Give virtualbox-host.nix a better location.aszlig2015-08-04
| | | | | | | | | | | | In 14f09e0, I've introduced the module under modules/programs, because the legacy virtualbox.nix was also under that path. But because we already have modules/virtualisation/virtualbox-guest.nix, it really makes sense to put this module alongside of it as well. This module thus has no change in functionality and I've tested evaluation against nixos/tests/virtualbox.nix and the manual. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-06-17
|\
| * Some more type cleanupEelco Dolstra2015-06-15
| |