about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Fix configuring apache with extra user/groupKirill Elagin2014-06-11
| | | | This fix is consistent with all the other modules.
* Revert "Fix configuring httpd with custom user/group."Kirill Elagin2014-06-11
| | | | This reverts commit 08f9da2e8eb9d3da39a1f28e191bd4fb7fd2fa45.
* Fix configuring httpd with custom user/group.Rob Vermaas2014-06-11
|
* systemd service: fix issues with escaping when unit name contains '-'Evgeny Egorochkin2014-06-11
| | | | | | systemd escaping rules translate this into a string containing '\' which is treated by some code paths as quoted, and by others as unquoted causing the affected units to fail.
* Revert "Revert "Merge #2692: Use pam_env to properly setup system-wide env""Eelco Dolstra2014-06-10
| | | | This reverts commit 491c088731022463978e595956427e72db6306a9.
* Revert "Merge #2692: Use pam_env to properly setup system-wide env"Eelco Dolstra2014-06-10
| | | | This reverts commit 18a0cdd86416a8cbc263cfa8cb96c460a53f7b5c.
* Merge #2692: Use pam_env to properly setup system-wide envVladimír Čunát2014-06-10
|
* disnix: bump versions and update module to use its latest featuresSander van der Burg2014-06-09
|
* Merge pull request #2837 from lethalman/securitylethalman2014-06-09
|\ | | | | Add system.replaceRuntimeDependencies to quickly replace system dependencies
| * Add system.replaceRuntimeDependencies to quickly replace system dependenciesLuca Bruno2014-06-06
| |
* | nixos-build-vms: Fix function invocation to test driverSander van der Burg2014-06-09
| |
* | nixos/graphite-service: clean up restartTriggersBjørn Forsman2014-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the restartTriggers are abusing the systemd unit file in that the cfg.carbon.config/storageAggregation/... option text is pasted into the unit file. Even though this sort-of works (the service is restarted if the config changes) this causes systemd to print error messages about invalid sections (rightfully so!). The correct use of restartTriggers is to list storage paths, which is what this change does. If any of the cfg.carbon/config/storageAggregation/... options change, configDir will get a new hash. It is not as "fine grained" as the current version, but it is not abusing the interface. Also, remove unneeded 'waitress' in one of the restartTriggers, because it is already listed as part of the service config.
* | nixos/graphite-service: make option descriptions end with '.'Bjørn Forsman2014-06-09
| | | | | | | | Because that is how it is supposed to be.
* | nixos-iso: Use a simpler disk labelWilliam A. Kennington III2014-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | When formatting a nixos usb using my windows machine I noticed that the disk labeling using periods was not compatible with my linux kernel / udev recognition. When labeling a volume NIXOS_14.10 under Windows, it would show up as NIXOS_14_10 on NixOS. This meant that /dev/root would never come up at boot time, preventing the livecd from starting. This patch works around this issue by eliminating any special characters other than underscores. The previous versioning didn't seem all that useful, especially when consdering there are many different version of the year.month named iso.
* | Enable checking sudoers syntax. Fixes #2850, probably.Michael Raskin2014-06-09
| |
* | nixos/statsd-service: fix 'graphitePort' default valueBjørn Forsman2014-06-08
| | | | | | | | | | | | | | graphitePort must point to the port that carbon-cache listens on, not the graphite webUI port. With this change I finally got data from statsd to graphite.
* | nixos/graphite-service: fix filename typoBjørn Forsman2014-06-07
| | | | | | | | | | | | | | It's "aggregation" with two 'g's. Fixes this: carbon-cache[9363]: [console] /nix/store/drxq4jj92sjk3cjik2l4hnsndbray3i4-graphite-config/storage-aggregation.conf not found, ignoring.
* | Merge pull request #2726 from pSub/trackpointFlorian Friesdorf2014-06-07
|\ \ | | | | | | Added an option to configure sensitivity and speed of trackpoints.
| * | Added an option to configure sensitivity and speed of trackpoints.Pascal Wittmann2014-05-23
| | |
* | | couchdb service: adding customizable config file which is writable by couchdbRok Garbas2014-06-06
| | |
* | | tomcat: fix service to be a daemon, and run tomcat in script rather than ↵Luca Bruno2014-06-06
| | | | | | | | | | | | preStart
* | | Only overwrite container-configuration when --config is specified.Moritz Ulrich2014-06-06
| | | | | | | | | | | | Fixes #2834.
* | | Make pseudo-filesystems show up as "tmpfs" etc. rather than "none" in dfEelco Dolstra2014-06-05
| |/ |/|
* | fcgiwrap: new packageLuca Bruno2014-06-04
| | | | | | | | | | | | Simple server for running CGI applications over FastCGI https://nginx.localdomain.pl/wiki/FcgiWrap
* | nixos.tests.installer: Attempt to fix race conditionRicardo M. Correia2014-05-30
| | | | | | | | | | | | | | | | Attempt to fix race condition in installer tests, especially the grub1 test. The latter was failing when running "parted /dev/sda ..." because /dev/sda didn't exist yet.
* | Merge pull request #2790 from ehmry/unboundPeter Simons2014-05-30
|\ \ | | | | | | unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemd
| * | unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemdEmery Hemingway2014-05-29
| | |
* | | sane: Make SANE_CONFIG_DIR overrideableRickard Nilsson2014-05-30
| | |
* | | Merge pull request #2782 from soenkehahn/better_error_message_missing_uidPeter Simons2014-05-28
|\ \ \ | | | | | | | | better error message in case of missing uids
| * | | better error message in case of missing uidsSönke Hahn2014-05-28
| | | |
* | | | nautilus-sendto: new packageLuca Bruno2014-05-28
| | | | | | | | | | | | | | | | Integrates Evolution and Pidgin into the Nautilus file manager
* | | | nautilus 3.12: find extensionsLuca Bruno2014-05-28
| | | |
* | | | Manual: Note about using a local branchEelco Dolstra2014-05-28
|/ / /
* | | Merge pull request #2777 from offlinehacker/nixos/influxdb/addRob Vermaas2014-05-28
|\ \ \ | | | | | | | | nixos: add influxdb module
| * | | nixos: add influxdb moduleJaka Hudoklin2014-05-27
| | | |
* | | | Fix /run/keys permissionsShea Levy2014-05-27
|/ / /
* / / Add TeamSpeak 3 server & service module (close #2056)Alexei Robyn2014-05-27
|/ / | | | | | | | | | | Conflicts (trivial): lib/maintainers.nix nixos/modules/misc/ids.nix
* | Merge pull request #2617 from ttuegel/hplipMichael Raskin2014-05-27
|\ \ | | | | | | hplip: update and fix scanning
| * | sane: use mkSaneConfig to set system environmentThomas Tuegel2014-05-11
| | |
* | | Merge pull request #2424 from wkennington/cache.sshKeyMichael Raskin2014-05-27
|\ \ \ | | | | | | | | ssh: Support knownHost public keys as strings
| * | | sshd: Fix typing for options which take pathsWilliam A. Kennington III2014-05-01
| | | |
| * | | ssh: Support knownHost public keys as stringsWilliam A. Kennington III2014-05-01
| | | |
* | | | Merge pull request #2416 from edwtjo/encdev-moduleMichael Raskin2014-05-27
|\ \ \ \ | | | | | | | | | | Enable encrypted backing devices in fileystem configurations
| * | | | Enable encrypted backing devices in fileystem configurationsEdward Tjörnhammar2014-04-26
| | | | |
* | | | | gnome 3.12: make remote desktop sharing workLuca Bruno2014-05-26
| | | | |
* | | | | Add gvfs dbus service and gvfs gio modules to gnome 3Luca Bruno2014-05-26
| | | | | | | | | | | | | | | | | | | | Closes #2746
* | | | | Fix passing extra qemu opts when using boot loaderLuca Bruno2014-05-25
| | | | |
* | | | | nixos: add 'gvfs' when using GNOME3 desktopBjørn Forsman2014-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One reason for adding this is to make Chromium able to open files it has downloaded. Currently this happens: /run/current-system/sw/bin/xdg-open: line 364: gnome-open: command not found (And nothing happens in the GUI when clicking a downloaded file.) Looking into xdg-open, one can see that it first tries to run gvfs-open and then falls back to gnome-open. Adding 'gvfs' makes the first command succeed.
* | | | | nixos/modules/services/audio/alsa.nix: fix evaluationPeter Simons2014-05-23
| | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/issues/2732
* | | | | fix mistakeArseniy Seroka2014-05-23
| | | | |