summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* Fix "systemctl reload container@"Eelco Dolstra2015-02-27
| | | | Fixes #5179.
* Only start fetch-keys for GCE image after ip-up.Rob Vermaas2015-02-27
|
* GCE image: Pass header to metadata service calls.Rob Vermaas2015-02-26
|
* Add NixOS global binaries to the PATHSander van der Burg2015-02-26
|
* Merge pull request #6046 from ts468/xenEelco Dolstra2015-02-26
|\ | | | | Update: Xen 4.5 + NixOS Xen modules
| * Update: add new Xen versions + update NixOS Xen modulesThomas Strobel2015-02-25
| | | | | | | | | | | | | | Versions of XEN: - Xen 4.5 - Xen 4.5 + XenServer patches - Xen 4.4.1
* | Merge pull request #6283 from mdorman/masterlethalman2015-02-26
|\ \ | | | | | | Fix initial-install issues with couchdb.nix.
| * | Fix initial-install issues with couchdb.nix.Michael Alan Dorman2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When starting from a clean slate, the couchdb service fails. First, the pre-start script fails because it tries to chown the uriFile, which doesn't exist. It also doesn't ensure that the directory in which the uriFIle is placed is writeable by couchdb, which could also cause failure (though I didn't observe this). Additionally, the log file's default location isn't a directory owned by couchdb, nor is the file guaranteed to exist, nor is it guaranteed to be chowned to the appropriate user. All of which can cause unexpected failure. As a bonus I made a small change in the description of the configFile attribute, in the hopes of making it a little more obvious why it existed.
* | | Merge pull request #6518 from ehmry/u9fslethalman2015-02-26
|\ \ \ | | | | | | | | U9fs
| * | | nixos: u9fs service moduleEmery Hemingway2015-02-22
| | | |
* | | | nixos/consul: Fix timeout bugs and json formattingWilliam A. Kennington III2015-02-25
| | | |
* | | | nixos/dnsmasq: Fix service name typoWilliam A. Kennington III2015-02-25
| | | |
* | | | ssh-agent: Fix asking for confirmation via $SSH_ASKPASSEelco Dolstra2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was lost back in ffedee6ed523864dd5f871ffd85e3c2099d579a2. Getting this to work is slightly tricky because ssh-agent runs as a user unit, and so doesn't know the user's $DISPLAY.
* | | | nsswitch.conf: Omit ldap unless ldap is enabledEelco Dolstra2015-02-25
| |_|/ |/| | | | | | | | This prevents programs from trying to find nss_ldap.
* | | nixos/networkd: Add an assertion for unsupported rstpWilliam A. Kennington III2015-02-24
| | |
* | | fix pam (OATH related)Lluís Batlle i Rossell2015-02-24
| | | | | | | | | | | | | | | | | | the pam config was wrong. Issue #6551
* | | Ensure that the home directory exists even if the user already existsEelco Dolstra2015-02-24
| | |
* | | mongodb: remove lock file on restartJaka Hudoklin2015-02-23
| | |
* | | sshd: Generate a ed25519 host keyEelco Dolstra2015-02-23
| | |
* | | nixos/redis: capitalize service descriptionBjørn Forsman2015-02-22
| | |
* | | nixos/fail2ban: capitalize service descriptionBjørn Forsman2015-02-22
|/ /
* | nixos: Adding OATH in pam.Lluís Batlle i Rossell2015-02-22
| | | | | | | | | | | | | | (cherry picked from commit cb3cba54a1b87c376d0801238cb827eadb18e39e) Conflicts: nixos/modules/security/pam.nix
* | nixos/haproxy: small cleanupBjørn Forsman2015-02-22
| | | | | | | | | | | | * Add option types * Rewrite option descriptions * /var/run/haproxy.pid => /run/haproxy.pid (canonical location)
* | nixos/dhcpcd: Only run resume commands if enabled.aszlig2015-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The networkd implementation sets systemd.services.dhcpcd.enable to false in nixos/modules/tasks/network-interfaces-systemd.nix. So we need to respect that in the dhcpcd module. If we don't, the resumeCommand is set nevertheless, which causes the post-resume.service to fail after resuming: Failed to reload dhcpcd.service: Unit dhcpcd.service is masked. post-resume.service: main process exited, code=exited, status=1/FAILURE Failed to start Post-Resume Actions. Dependency failed for Post-Resume Actions. Unit post-resume.service entered failed state. post-resume.service failed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | kde5: remove file collisionsThomas Tuegel2015-02-21
| |
* | kde5: always use plasma-nmThomas Tuegel2015-02-21
| |
* | kde5: install media-player-info udev rules for solidThomas Tuegel2015-02-21
| |
* | kde5: change notice about default Phonon backendThomas Tuegel2015-02-21
| |
* | kde5: install kde-frameworks version used by plasmaThomas Tuegel2015-02-21
| |
* | kde5: fix Phonon GStreamer backendThomas Tuegel2015-02-21
| |
* | environment: use Qt 5 Qml import pathsThomas Tuegel2015-02-21
| |
* | nixos/nvidia: use correct 32-bit legacy libs; refactorVladimír Čunát2015-02-21
| | | | | | | | | | Fixes #6127. Now we avoid multiple switches among the version possibilities.
* | bridge-utils: align attrname with pkgnameBjørn Forsman2015-02-20
| |
* | Enhance stage-1/2 scripts for better dealing with squashfsThomas Strobel2015-02-20
| |
* | Merge pull request #5704 from eduarrrd/nixos-versionPeter Simons2015-02-20
|\ \ | | | | | | Add option to display git revision to nixos-version
| * | Add option to display git revision to nixos-versionEduard Bachmakov2014-12-27
| | | | | | | | | | | | Example use case: git checkout `nixos-version --hash`
* | | Merge branch 'grub' of git://github.com/ts468/nixpkgsShea Levy2015-02-20
|\ \ \ | | | | | | | | | | | | Fix grubTarget on nodev installs
| * | | Fix grubTarget on nodev installsThomas Strobel2015-02-16
| | | |
* | | | exim: add version 4.85 incl. nixos moduletv2015-02-20
| | | |
* | | | Fix grub 1 installShea Levy2015-02-19
| | | |
* | | | Add options to support signed binary cachesEelco Dolstra2015-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typical use: nix.requireSignedBinaryCaches = true; nix.binaryCachePublicKeys = [ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" ]; (The public key of cache.nixos.org is included by default.) Note that this requires Nix 1.9 and that most of cache.nixos.org hasn't been signed yet.
* | | | Merge pull request #6452 from rushmorem/update-chronos-portJaka Hudoklin2015-02-19
|\ \ \ \ | | | | | | | | | | Update chronos default port
| * | | | Update chronos default portrushmorem2015-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update chronos default port to match the one documented on their website (http://airbnb.github.io/chronos). The one in their repo (the current one) clashes with the marathon documented one.
* | | | | Add marathon mesos frameworkrushmorem2015-02-19
|/ / / /
* | | | Blacklist the nouveau driver on EC2Eelco Dolstra2015-02-18
| | | |
* | | | Merge pull request #6427 from grwlf/vsftpd-portSou Bunnbu2015-02-18
|\ \ \ \ | | | | | | | | | | vsftpd.nix: add 'portPromiscuous' option
| * | | | vsftpd.nix: add 'portPromiscuous' optionSergey Mironov2015-02-18
| | | | |
* | | | | nixos/wpa_supplicant: fix conflicting documentationMathijs Kwik2015-02-17
| | | | | | | | | | | | | | | | | | | | fixes #6298
* | | | | Merge pull request #5995 from ts468/qemu-vmJames Cook2015-02-16
|\ \ \ \ \ | |_|/ / / |/| | | | Update QEMU Nixos Virtual Machine
| * | | | Update QEMU Nixos Virtual MachineThomas Strobel2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Nixos Qemu VM that are used for VM tests can now start without boot menu even when using a bootloader. The Nixos Qemu VM with bootloader can emulate a EFI boot now.