about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
| |
* | nixos/doc/manual: Fix typos in README.aszlig2014-07-23
| | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge pull request #3335 from DamienCassou/doc-for-building-the-nixos-manualRob Vermaas2014-07-23
|\ \ | | | | | | README for building the nixos manual
| * | README for building the nixos manualDamien Cassou2014-07-21
| | |
* | | Merge pull request #3336 from DamienCassou/installing-on-efilethalman2014-07-22
|\ \ \ | | | | | | | | Adding a missing instruction for EFI installations
| * | | Adding a missing instruction for EFI installationsDamien Cassou2014-07-21
| |/ / | | | | | | | | | | | | This commit also adds a link to rEFInd which is a useful tool to manage EFI systems. If this link is not desired, I can remove it.
* | | 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 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
* | Merge pull request #2582 from chexxor/feature/add-znc-modulelethalman2014-07-06
|\ \ | | | | | | Add ZNC module
| * \ Merge remote-tracking branch 'nixos/master' into feature/add-znc-moduleAlex Berg2014-07-03
| |\ \ | | | | | | | | | | | | | | | | Conflicts: nixos/modules/misc/ids.nix
| * | | Add ZNC module. Has zncConfOptions or specify full conf file.Alex Berg2014-06-26
| | | |
* | | | Updated Mediawiki to 1.23.1Igor Pashev2014-07-04
| |/ / |/| |
* | | Merge pull request #3079 from wmertens/patch-4lethalman2014-07-03
|\ \ \ | | | | | | | | virtualbox: Fix permissions for /dev/vboxdrvu
| * | | virtualbox: Fix permissions for /dev/vboxdrvuwmertens2014-06-25
| | | | | | | | | | | | See https://bugs.archlinux.org/task/38314 and https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Installer/linux/installer-common.sh?rev=47894#L28
* | | | Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
| | | |
* | | | Try fixing the nixos mumble tests, againLuca Bruno2014-07-02
| | | |
* | | | Fix evaluationEelco Dolstra2014-07-01
| | | |