summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/lighttpd: add services.lighttpd.enableModules optionBjørn Forsman2014-10-05
| | | | | | | | | | | | | This option makes the coupling between lighttpd and its sub-services more "loose". While the option is a list, its purpose is to provide a "set" of needed modules to load for lighttpd to function correctly with its config. The NixOS lighttpd module ensures that lighttpd modules are loaded no more than once (because lighttpd dislikes that), and in the correct order. Also add an assertion that all modules listed in .enableModules are valid.
* FONTCONFIG_FILE: remove setters to /etc/fonts/fonts.confVladimír Čunát2014-10-05
| | | | | | | | | | Any reasonably new version of fontconfig does search that path by default, and setting this globally causes problems, as 2.10 and 2.11 need incompatible configs. Tested: slim+xfce desktop, chrootenv-ed steam. I have no idea why we were setting the global variable; e.g., neither Fedora nor Ubuntu does that.
* network-interfaces: Bonding fixesWilliam A. Kennington III2014-10-04
|
* network-interface: Add extra bond optionsWilliam A. Kennington III2014-10-04
|
* Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra2014-10-05
| | | | | For NixOS evaluation, this gives a ~21% reduction in the number of values allocated and a ~4% speedup. It's also more readable.
* pulseaudio: Add support for 32bit alsa apps on 64bit systems.Nathaniel Baxter2014-10-04
|
* alsa: Add multilib plugin support via "libs" entry in asound config.Nathaniel Baxter2014-10-04
| | | | alsa: Remove unused $ALSA_PLUGIN_DIRS support.
* Merge pull request #4294 from daogames/tb/psql-port-fixAustin Seipp2014-10-01
|\ | | | | postgresql: use configured port when invoking psql
| * postgresql: use configured port when invoking psqlTino Breddin2014-09-27
| |
* | More pkgs.lib -> lib fixesShea Levy2014-09-29
| |
* | tests/kde4.nix: Don't build kdeeduEelco Dolstra2014-09-29
| | | | | | | | | | | | | | | | This prevents a dependency on liblapack (which randomly fails) and TeXlive (which is huge). http://hydra.nixos.org/build/14897240 (cherry picked from commit b9bde98161d09496421efbaafe5219cc84d05f5b)
* | nixos: munin/jenkins: specify timeout correctlyDomen Kožar2014-09-28
| |
* | nixos: increase timeout for jenkins/munin systemd servicesDomen Kožar2014-09-27
| |
* | merge #4265: add KDE 4.14.1Vladimír Čunát2014-09-27
|\ \ | |/ |/|
| * kde: Allow kde_next as a desktop environmentambrop7@gmail.com2014-09-24
| | | | | | | | | | This is the same as https://github.com/wmertens/nixpkgs/commit/93fda9e353bb9408ea80339f36fa513742d65ddf
* | Merge pull request #4280 from wkennington/master.consulJaka Hudoklin2014-09-27
|\ \ | | | | | | nixos/consul: Add module
| * | nixos/consul: Add moduleWilliam A. Kennington III2014-09-26
| | |
* | | mailpile: add moduleMatej Cotman2014-09-26
| | |
* | | nixos/ids: Add consulWilliam A. Kennington III2014-09-26
| | |
* | | iproute: Fix regressions introduced in 3.16.0William A. Kennington III2014-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | 3.16.0 introduced a regression where vlan and veth devices could not be created due to a check in the code for existing devices. This applies the upstream patch which fixes the issue. Additionally, this corrects the nixos network-interfaces task which now needs to specify the name parameter when adding links.
* | | Add all default NixOS packages to the channelEelco Dolstra2014-09-25
| | | | | | | | | | | | | | | | | | The job ‘dummy’ depends on the default contents of ‘environment.systemPackages’, thus ensuring that those packages all end up in the channel.
* | | Installer test: Use the minimal ISOEelco Dolstra2014-09-25
| | | | | | | | | | | | So we don't depend on KDE etc. (which we don't even test here).
* | | test-driver: Use netpbm instead of imagemagickEelco Dolstra2014-09-25
| |/ |/| | | | | Imagemagick pulls in 100s of megabytes of dependencies.
* | nixos: mark services.samba.defaultShare as obsoleteBjørn Forsman2014-09-24
| | | | | | | | | | It was removed in 753d9d4e4fb3d773c93ba005007c6578edd4bf7e ("nixos/samba: remove services.samba.defaultShare option").
* | Add cryptodisk support for GrubFranz Pletz2014-09-24
| | | | | | | | Closes #4193
* | nixos/samba: add services.samba.configText optionBjørn Forsman2014-09-24
| | | | | | | | | | | | | | | | The .configText option is for providing verbatim content of smb.conf. I'm adding this because I cannot seem to find any other way to override (with mkForce) the generated smb.conf with the current samba module. All attempts ends with errors ("duplicate entry samba/smb.conf").
* | nixos/samba: remove services.samba.defaultShare optionBjørn Forsman2014-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not that difficult to define shares using standard samba config file syntax, so why do we need the semi-configurable .defaultShare option? Also: * It uses /home/smbd and I think /home should be reserved for real human users. * If enabled, it breaks the assumption that .extraConfig continues in the [global] section. Without .defaultShare there is no need for the "smbguest" user and group either, mark them as unused.
* | Merge pull request #4244 from abbradar/resumeEelco Dolstra2014-09-24
|\ \ | | | | | | Replace resumeDevice with autodetection of hibernation partition
| * | stage-1: Use udevadm instead of blkidNikolay Amiantov2014-09-24
| | |
| * | stage-1: autodetect resume swap partitionsNikolay Amiantov2014-09-24
| | |
* | | include thermald service in module listEmil Rangden2014-09-23
| | | | | | | | | | | | Closes #4230
* | | cjdns: update from 20140919 20140922Emery Hemingway2014-09-23
| | | | | | | | | | | | | | | | | | | | | package installs to .../bin fix service module to look in .../bin Closes #4240
* | | Fix #4236William A. Kennington III2014-09-23
| |/ |/|
* | nixos/install-grub: Don't run GrubFs(/nix/store) if copyKernels is trueRickard Nilsson2014-09-23
| |
* | Merge pull request #4211 from ehmry/cpuminer-cryptonightMateusz Kowalczyk2014-09-22
|\ \ | | | | | | Cpuminer cryptonight
| * | cpuminer-cryptonight: new service moduleEmery Hemingway2014-09-22
| | |
* | | nixos: Add also group.members to groupRickard Nilsson2014-09-22
| | |
* | | scrubDrv: Don't scrub the system and meta attributesEelco Dolstra2014-09-22
| | |
* | | Merge branch 'dev/ati-drivers' of https://github.com/nathanielbaxter/nixpkgsMateusz Kowalczyk2014-09-22
|\ \ \
| * | | ati_unfree: Update nixos-manual for AMD driver supportNathaniel Baxter2014-09-07
| | | |
| * | | ati_unfree: Towards using ati unfree 32bit binary libsNathaniel Baxter2014-09-07
| | | |
| * | | ati_unfree: Create a nixos module for the ati_unfree x11 driver andNathaniel Baxter2014-09-07
| | | | | | | | | | | | | | | | blacklist the radeon driver when ati_unfree is installed.
* | | | Ratpoison: updated for 1.4.8AndersonTorres2014-09-21
| | | | | | | | | | | | | | | | | | | | | | | | Also, adding the infamous service file Closes #4192
* | | | Try fixing #4084Mateusz Kowalczyk2014-09-21
| | | |
* | | | mpd service: add network.{host,port} optionsDmitry Malikov2014-09-21
| | | | | | | | | | | | | | | | Closes #4084
* | | | extended gitolite service to take custom hooksRonny Esterluss2014-09-21
| | | | | | | | | | | | | | | | Closes #4160
* | | | AfterStep (version 2.2.12): New PackageAndersonTorres2014-09-21
| | | | | | | | | | | | | | | | | | | | | | | | AfterStep is a beautiful window manager, inspired by NEXTStep interface Closes #4177
* | | | Windowmaker: adding system service file, and a long descriptionAndersonTorres2014-09-20
| |/ / |/| | | | | | | | Closes #4066
* | | Merge pull request #4168 from lostdj/ltp/master/btsyncfixDomen Kožar2014-09-20
|\ \ \ | |_|/ |/| | bittorrentsync: fix storage_path
| * | bittorrentsync: fix storage_path.lostdj2014-09-19
| | | | | | | | | | | | If this path is a symlink, btsync won't be able to read it if it's not ending with "/".