summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* Revert "nixos/sshd: drop mode from auth keys file".aszlig2014-06-27
| | | | | | | | | | | | | | This reverts commit a3331eb87b25d954766af9652e1415a783dae76c. See https://github.com/NixOS/nixpkgs/issues/2559#issuecomment-47313334 for a description why this is not a good idea. I guess it's better to implement a sane way to remove all files in authorized_keys.d, especially because it is also backwards-compatible. Reopens #2559. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge pull request #3093 from lethalman/sshkeysJohn Wiegley2014-06-26
|\ | | | | nixos/sshd: drop mode from auth keys file. Closes #2559
| * nixos/sshd: drop mode from auth keys file. Closes #2559Luca Bruno2014-06-26
| |
* | Fix gitolite docsAustin Seipp2014-06-25
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | nixos: add gitolite moduleAustin Seipp2014-06-25
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | nixos: change EDITOR and PAGER environment variables to mkDefaultsJan Malakhovski2014-06-25
| | | | | | | | Signed-off-by: Domen Kožar <domen@dev.si>
* | nixos: add some missing '.' in option descriptionsBjørn Forsman2014-06-24
| |
* | nixos/elasticsearch: capitalize systemd service descriptionBjørn Forsman2014-06-24
| |
* | nixos/elasticsearch: add '.' at end of description stringsBjørn Forsman2014-06-24
| | | | | | | | | | Nixos option descriptions should be full sentences, ending in a full stop. (Package descriptions, on the other hand, should not.)
* | Merge pull request #3005 from offlinehacker/nixos/logstash/enableWeblethalman2014-06-24
|\ \ | | | | | | nixos/logstash: add enableWeb option to enable kibana web interface
| * | nixos/logstash: add enableWeb option to enable kibana web interfaceJaka Hudoklin2014-06-18
| | |
* | | elasticsearch: Add option specifying extra command line optionsRickard Nilsson2014-06-24
| | |
* | | nixos: Add option hardware.sane.configDirRickard Nilsson2014-06-24
| | |
* | | grsecurity: update stable/testing kernels, refactoringAustin Seipp2014-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the new stable kernel to 3.14, and the new testing kernel to 3.15. This also removes the vserver kernel, since it's probably not nearly as used. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | accountsservice: be consistent in naming (always two 's')Bjørn Forsman2014-06-22
| | | | | | | | | | | | | | | The package is (correctly) named 'accountsservice' (with two 's'), but the attribute and expression path lacked one 's'. Fix it.
* | | sane: environment.variables -> environment.sessionVariablesCillian de Róiste2014-06-22
| | | | | | | | | | | | See 13befa3979d6ac98a96880fba9a3239bc333e644 for details
* | | nagios: significant upgradesAustin Seipp2014-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade Nagios Core to 4.x - Expose mainConfigFile and cgiConfigFile in module for finer configuration control. - Upgrade Plugins to 2.x - Remove default objectDefs, which users probably want to customize. - Systemd-ify Nagios module and simplify directory structure - Upgrade Nagios package with more modern patch, and ensure the statedir is set to /var/lib/nagios Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | Implement per-user socket unitsPaul Colomiets2014-06-20
| | |
* | | 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
| | | |