about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-28
|\ | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/audio/espeak/edit.nix pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
| * Merge pull request #3369 from matejc/fixcpufreqmoduleJaka Hudoklin2014-07-26
| |\ | | | | | | fix e18 cpufreq module: set setuid to freqset
| | * fix e18 cpufreq module: set setuid to freqsetMatej Cotman2014-07-25
| | |
| * | RabbitMQ service: add properties essential for clustersEvgeny Egorochkin2014-07-26
| | |
| * | Merge pull request #3262 from bjornfor/znc-module-typeslethalman2014-07-26
| |\ \ | | | | | | | | nixos/znc-service: don't use types.string (it's deprecated)
| | * | nixos/znc-service: don't use types.string (it's deprecated)Bjørn Forsman2014-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apart from s/types.string/types.str/ (or types.lines where appropriate): * port is changed from string to int. * extraFlags is changed from types.string (with unfortunate merge semantics) into a list of strings. A list of strings merge better: one space is added between elements.
| * | | Merge pull request #3292 from offlinehacker/elasticsearch_pluginsJaka Hudoklin2014-07-26
| |\ \ \ | | | | | | | | | | elasticsearch: add support for plugins
| | * | | elasticsearch: add support for pluginsJaka Hudoklin2014-07-25
| | | | |
| * | | | nixos/munin: change activationScript to preStart scriptBjørn Forsman2014-07-26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All activation scripts run in serial upon boot and nixos-rebuild switch etc., in contrast to preStart which run before a service starts, and can run in parallel with other services. The munin(-node) activation script is particularly slow. Change it to a preStart script so that it can run in parallel with other services and not slow down boot (or nixos-rebuild switch). This reduces (repeated) "nixos-rebuild test" time from ~16 seconds to ~8 on my (old) laptop.
| * | | setup-etc.pl: Keep track of copied filesEelco Dolstra2014-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now track copied files in /etc/.clean. This is important, because otherwise files that are removed from environment.etc will not actually be removed from the file system. In particular, changing users.extraUsers.<user>.openssh.authorizedKeys.keys to an empty list would not cause /etc/ssh/authorized_keys.d/<user> to be removed, which was a security issue.
| * | | nix-ssh: Don't use a shell that refers to a store pathEelco Dolstra2014-07-25
| | | |
| * | | Add convenience option nix.sshServe.keysEelco Dolstra2014-07-25
| | | | | | | | | | | | | | | | | | | | This is equivalent to setting users.extraUsers.nix-cache.openssh.authorizedKeys.keys.
| * | | nix-ssh-serve.nix: Remove unnecessary checkEelco Dolstra2014-07-25
| | |/ | |/| | | | | | | | | | ForceCommand ensures that we always run nix-store --serve, so there is no need to check SSH_ORIGINAL_COMMAND.
| * | nixos/lighttpd: improve sub-service option types (cgit, gitweb)Bjørn Forsman2014-07-23
| | |
| * | nixos/lighttpd-service: don't use types.string (it's deprecated)Bjørn Forsman2014-07-23
| | |
* | | Merge branch 'x-updates' into stagingVladimír Čunát2014-07-22
|\ \ \ | | | | | | | | | | | | ...in preparation for a merge to master
| * | | Revert "Merge #3054: add kde 4.13.2"Vladimír Čunát2014-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is due to breaking evaluation; see the PR discussion. This reverts commit 6a77d5fd3e3eef8c9eafb53f70a9448c25d2f517, reversing changes made to 07a09fbe63192de7b62468d38f7ed8b7981062a4. Conflicts: nixos/modules/services/x11/desktop-managers/default.nix
| * | | Merge recent master into x-updatesVladimír Čunát2014-07-21
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1138350 Conflicts: nixos/modules/services/x11/desktop-managers/default.nix Two imports were added independently on the same line. I split it as well, as it was very long now.
| * \ \ \ Merge recent master into x-updatesVladimír Čunát2014-07-17
| |\ \ \ \
| * \ \ \ \ Merge recent master into x-updatesVladimír Čunát2014-07-09
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1134869 Conflicts (just meta): pkgs/applications/networking/instant-messengers/telepathy/gabble/default.nix
| * \ \ \ \ \ Merge master into x-updatesVladimír Čunát2014-07-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adds the mass-rebuilding python update.
| * \ \ \ \ \ \ Merge #3054: add kde 4.13.2Vladimír Čunát2014-06-30
| |\ \ \ \ \ \ \
| | * | | | | | | kde: Allow kde_next as a desktop environmentWout Mertens2014-06-22
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-22
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/misc/vim-plugins/default.nix
| * | | | | | | | Merge pull request #3323 from wjlroe/logstash-1.4.2Pascal Wittmann2014-07-21
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | Logstash 1.4.2
| | * | | | | | | Fix service to use logstash new directory layoutWilliam Roe2014-07-21
| | | | | | | | |
| * | | | | | | | Google Compute config: add a unit to wait for the metadata server to become ↵Evgeny Egorochkin2014-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available
| * | | | | | | | e18: enlightenment desktop manager version 18Matej Cotman2014-07-17
| | | | | | | | |
| * | | | | | | | Don't restart systemd-journal-flushEelco Dolstra2014-07-17
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It only needs to be started during boot. Starting it at other times shouldn't hurt, except that if systemd-journald is restarting at the same time, the latter might not have a SIGUSR1 signal handler installed yet, so it might be killed by systemd-journal-flush. (At least that's my theory about the dead systemd-journald instances in the build farm...)
| * | | | | | | nixos/module-list.nix: keep it sortedBjørn Forsman2014-07-16
| | | | | | | |
| * | | | | | | Merge pull request #3285 from ehmry/polipoPeter Simons2014-07-16
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Polipo
| | * | | | | | | polipo: new service expressionEmery Hemingway2014-07-16
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Fix virtualbox image building with new nixShea Levy2014-07-15
| | | | | | | |
| * | | | | | | nixos/redis: fix evaluationBjørn Forsman2014-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 89fee1006c03d40052842b49f5cdbbeb755d081b ("nixos/redis: clean up option types") broke nixos evaluation: error: attempt to call something which is not a function but a set, at .../nixpkgs/nixos/modules/services/databases/redis.nix:111:28 Fix it. Reported by Oliver Charles (thanks!).
| * | | | | | | nixos/redis: clean up option typesBjørn Forsman2014-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some options lack a type and some use the deprecated "string" type. Fix it.
| * | | | | | | Add automatic plugin activation for vimPaul Colomiets2014-07-15
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-14
|\| | | | | |
| * | | | | | Merge pull request #3245 from rastus-vernon/patch-1Pascal Wittmann2014-07-12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix repeated typo
| | * | | | | | Fix repeated typoRastus Vernon2014-07-11
| | | | | | | | | | | | | | | | | | | | | | | | "Can either by" should be "Can either be". There are three occurrences of this mistake, all in descriptions of configuration options.
| * | | | | | | Google Compute Image: fetch host keys if possibleEvgeny Egorochkin2014-07-12
| | | | | | | |
| * | | | | | | Google Compute Image needs the interface to be named eth0 for google tools ↵Evgeny Egorochkin2014-07-12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | to work properly
| * / / / / / Don't restart systemd-remount-fsEelco Dolstra2014-07-11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's only needed during early boot (in fact, it's probably not needed at all on NixOS). Restarting it is expensive because it does a sync() of the root file system.
| * | | | | Fix info commandEelco Dolstra2014-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "info" command has been broken on NixOS since 457fdb38425fd00378f213f9bd5c306ed99395bf (proving that nobody uses info).
| * | | | | nixos: add 'firebird' groupMarc Weber2014-07-08
| | | | | | | | | | | | | | | | | | | | | | | | The firebird module complains without missing 'firebird' group, add it.
| * | | | | mediawiki: add patch for fixing postgresql errorsSönke Hahn2014-07-07
| | | | | |
| * | | | | Merge pull request #2963 from Fuuzetsu/locatelethalman2014-07-07
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | locate service: allow customisation
| | * | | | locate service: allow customisationMateusz Kowalczyk2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #2961
* | | | | | Move at_spi2_core and at_spi2_atk outside of the gnome3 attrsetLuca Bruno2014-07-10
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-07
|\| | | | |
| * | | | | Merge pull request #2582 from chexxor/feature/add-znc-modulelethalman2014-07-06
| |\ \ \ \ \ | | | | | | | | | | | | | | Add ZNC module