summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nntp-proxy module: use enumEric Sagnes2016-11-16
|
* hostapd module: use enumEric Sagnes2016-11-16
|
* duosec module: use enumEric Sagnes2016-11-16
|
* fontconfig module: use enumEric Sagnes2016-11-16
|
* Merge pull request #20392 from jerith666/cp-48Joachim F2016-11-15
|\ | | | | crashplan: 4.7.0r2 -> 4.8.0r1
| * crashplan: 4.7.0r2 -> 4.8.0r1Matt McHenry2016-11-13
| |
* | Fix buildMachines example: use lists, not string (#20361)Michael Stapelberg2016-11-15
| | | | | | | | | | | | | | Using the example before this commit resulted in the following error: ``` error: value is a string while a list was expected, at /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/services/misc/nix-daemon.nix:349:37 ```
* | services/tahoe: SFTP support (#20372)Franz Pletz2016-11-15
|\ \
| * | services/tahoe: SFTP support.Corbin2016-11-13
| | |
* | | clamav: don't bundle freshclam config with packageFranz Pletz2016-11-15
|/ / | | | | | | | | | | Building clamav is expensive due to the bundled llvm. Closes #20304.
* | Merge #19936: vulkan / amdgpu-pro updateVladimír Čunát2016-11-13
|\ \
| * | vulkan-loader: allow validation layers to be enabledDavid McFarland2016-11-13
| | | | | | | | | | | | The loader now uses XDK_DATA_DIRS to find drivers and layers.
| * | opengl: add driver paths to XDG_DATA_DIRSDavid McFarland2016-11-13
| | |
* | | Merge pull request #20351 from bachp/etcd-new-portGraham Christensen2016-11-12
|\ \ \ | | | | | | | | etcd: make all service using etc go to 127.0.0.1:2379 by default
| * | | etcd: make all service using etc go to 127.0.0.1:2379 by defaultPascal Bach2016-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old etcd port 4001 is no longer enabled by default in etcd 3. The new port is 2379 and is officially assigned by IANA. There were still some services left that expect etcd on port 4001 by default. This changes the default to 2379 everywhere. It should not cause problems for users as the etcd by nix does listen on the new port only by default anyway.
* | | | yandex-disk service: add exclude-dirs optionAlex Ivanov2016-11-12
| | | |
* | | | yandex-disk service: correct permissionsAlex Ivanov2016-11-12
|/ / /
* | | Merge pull request #20340 from romildo/fix.lxqtJoachim F2016-11-11
|\ \ \ | | | | | | | | lxqt: it is capable of setting a background
| * | | lxqt: it is capable of setting a backgroundromildo2016-11-11
| |/ /
* / / nsd service: fix typoGregor Kleen2016-11-11
|/ / | | | | | | Closes #20343.
* | Merge pull request #20241 from matthewbauer/patch-1Joachim F2016-11-10
|\ \ | | | | | | virtualbox-demo: Add modesetting to drivers
| * | virtualbox-demo: Add modesetting to driversMatthew Justin Bauer2016-11-07
| | | | | | | | | | | | | | | This needs to be included for VirtualBox to detect that it needs to start the video driver. "modesetting" is also set in virtualbox-image.nix but this line seems to take precedence over that one (even though the virtualbox-image.nix has a higher override?) This should fix the problems that I and a few others have been having with the .ova files built for nixos.org. Fixes #20007.
* | | errbot service: fix `import config` in pluginsRobin Gloster2016-11-08
| | |
* | | hound: make mercurial indexing workRob Vermaas2016-11-08
| | | | | | | | | | | | (cherry picked from commit 990716ce72f64be5da644e5eac73b5f145864e75)
* | | nginx service: Add missing port toString conversion (#20252)Philipp Hausmann2016-11-08
| | |
* | | services: Add Interplanetary File System serviceMaximilian Güntner2016-11-07
|/ / | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* | Merge pull request #20063 from romildo/new.luminaJoachim F2016-11-06
|\ \ | | | | | | lumina: init at 1.1.0-p1
| * | lumina: init at 1.1.0-p1romildo2016-11-01
| |/
* | leaps: 0.5.1 + add a service + testJoachim Schiele2016-11-06
| |
* | nixos: i2pd, update config optionsEdward Tjörnhammar2016-11-06
| |
* | module system: extensible option typesEric Sagnes2016-11-06
| |
* | types: loeOf -> listOfEric Sagnes2016-11-05
| |
* | Merge pull request #17445 from joachifm/dnscrypt-proxy-update-listJoachim F2016-11-05
|\ \ | | | | | | dnscrypt-proxy service: auto-updated resolver list
| * | dnscrypt-proxy service: auto-update upstream resolver listJoachim Fasting2016-11-05
| | | | | | | | | | | | | | | By default, we use the list of public DNSCrypt resolvers provided by dnscrypt-proxy upstream. The list is updated at regular intervals.
* | | Merge pull request #20144 from ericsagnes/feat/module-enumsJoachim F2016-11-05
|\ \ \ | | | | | | | | modules: use enum when relevant
| * | | logcheck module: use enumEric Sagnes2016-11-05
| | | |
| * | | network-interfaces module: use enumEric Sagnes2016-11-04
| | | |
| * | | grub module: use enumEric Sagnes2016-11-04
| | | |
| * | | fcgiwrap module: use enumEric Sagnes2016-11-04
| | | |
| * | | tinc module: use enumEric Sagnes2016-11-04
| | | |
| * | | bitlbee module: use enumEric Sagnes2016-11-04
| | | |
| * | | ghost-one module: use enumEric Sagnes2016-11-04
| | | |
* | | | Merge #20001: docs: use overrideAttrs instead of overrideDerivationVladimír Čunát2016-11-05
|\ \ \ \
| * | | | docs: use overrideAttrs instead of overrideDerivationAneesh Agrawal2016-10-30
| | | | |
* | | | | nixos/cjdns: tightened permissions via systemd, added capsSophie Taylor2016-11-04
| | | | |
* | | | | Add a package option for quassel (#20159)uwap2016-11-04
| | | | |
* | | | | cjdns module: fix typoJoachim Fasting2016-11-04
| | | | |
* | | | | Merge pull request #20121 from mbrgm/fix/smokeping-setuid-fpingJoachim F2016-11-04
|\ \ \ \ \ | | | | | | | | | | | | smokeping service: Use setuid-wrapped fping binary
| * | | | | smokeping service: Use setuid-wrapped fping binaryMarius Bergmann2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current default probe config uses the unwrapped fping binary, which leads to an error because fping must be executed with elevated permissions. I fixed this by changing the path to the default binary to the setuid-wrapped version.
* | | | | | parsoid service: don't run as a superuserNikolay Amiantov2016-11-03
| | | | | |