about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* Change size of Amazon EC2 S3-backed images to 8GB (was 4GB).Rob Vermaas2014-06-19
| | | | (cherry picked from commit 05543ef6e038a834aa323d467c9ef02ad99c5adb)
* EC2: allow building S3-backed HVM ami'sRob Vermaas2014-06-19
| | | | (cherry picked from commit e007559e9580c134f43ea9dc2279ff41cb3bd015)
* nixos/shadow: Add an example for defaultUserShell.aszlig2014-06-19
| | | | | | Thanks to @devhell for the suggestion. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge pull request #2990 from third3ye/patch-3Austin Seipp2014-06-18
|\ | | | | Minor logic fix
| * Minor logic fixthird3ye2014-06-17
| | | | | | | | | | | | | | | | | | | | | | | | music_directory "${cfg.musicDirectory}" playlist_directory "${cfg.dataDir}/playlists" db_file "${cfg.dataDir}/tag_cache" state_file "${cfg.dataDir}/state" sticker_file "${cfg.dataDir}/sticker.sql" all refer to ${cfg.datadir}, which by default is "/var/lib/mpd/". Parsing for instance ${cfg.datadir}/playlists results in: /var/lib/mpd//playlists - NOT FOUND.
* | Merge pull request #2974 from bluescreen303/sambaAustin Seipp2014-06-18
|\ \ | | | | | | samba really requires its daemons
| * | samba really requires its daemonsMathijs Kwik2014-06-16
| |/
* | Merge pull request #2966 from wkennington/master.sudoAustin Seipp2014-06-18
|\ \ | | | | | | Update and fix sudo
| * | sudo: Always keepVisudo in order to simplify sudo buildWilliam A. Kennington III2014-06-17
| | |
* | | Merge pull request #2980 from bluescreen303/php-fpmAustin Seipp2014-06-18
|\ \ \ | |/ / |/| | phpfpm: add option for setting php.ini file
| * | phpfpm: add option for setting php.ini fileMathijs Kwik2014-06-16
| |/
* | nixos-iso: Re-enable new kernel iso images (close #2839)William A. Kennington III2014-06-17
| |
* | nixos.tests.installer: Fix test failures due to network being disabledRicardo M. Correia2014-06-17
| |
* | nixos/nginx: fix group and stateDir permissionsMathijs Kwik2014-06-16
|/ | | | furthermore, I don't think adding nginx to systemPackages is of any use.
* Fix generation of synergy-{client,server} when disabledEelco Dolstra2014-06-16
|
* fixup the previous: got renamed to sessionVariablesVladimír Čunát2014-06-15
| | | | | I'm sorry; I didn't notice Eelco renamed the option. My dry-run didn't catch that one with nvidia driver, no idea why.
* nixos/opengl: add LD_LIBRARY_PATH to systemVariables insteadVladimír Čunát2014-06-15
| | | | so all users get this variable, thanks to work from #2692.
* Set session variables in the shell as wellEelco Dolstra2014-06-13
|
* Rename environment.systemVariables -> environment.sessionVariablesEelco Dolstra2014-06-13
| | | | This makes it clearer that they're part of PAM sessions.
* Remove -f from elasticsearch ExecStart, not valid anymore.Rob Vermaas2014-06-13
|
* elasticsearch: run preStart as root, to allow creating the necessary ↵Rob Vermaas2014-06-13
| | | | directories.
* nixos-generate-config: fix nix-env example commandBjørn Forsman2014-06-12
| | | | | | | | | | | An escape char is needed to prevent "$ nix" from being evaluated and expanded to an empty string. With this change the resulting text is $ nix-env -qaP | grep wget instead of -env -qaP | grep wget
* nsd-service: add service module for nsdChristoph Hrdinka2014-06-12
|
* Merge pull request #2543 from wizeman/u/zramswapMichael Raskin2014-06-12
|\ | | | | nixos: Add zram swap module
| * nixos: Add zram swap moduleRicardo M. Correia2014-05-06
| | | | | | | | | | | | | | | | This allows you to use the Linux kernel's built-in compressed memory as swap space functionality. It is recommended to enable only for kernel 3.14 (which is when zram came out of the staging drivers area) or higher.
* | Merge pull request #2380 from wkennington/cache.searchMichael Raskin2014-06-12
|\ \ | | | | | | network-interfaces: Add an option for specifying search to resolv.conf
| * | network-interfaces: Add an option for specifying search to resolv.confWilliam A. Kennington III2014-05-02
| | |
* | | 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
* | | | 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