summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
| | |
* | | In a test VM it's impossible to connect to itself, so fix thisSander van der Burg2015-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.
* | | | azure: add a job to download ssh host and root keys if they are made ↵Evgeny Egorochkin2015-02-16
| | | | | | | | | | | | | | | | available via "custom data"; see #3986
* | | | Automatically set nix.nrBuildUsers to at least nix.maxJobsEelco Dolstra2015-02-16
| | | |
* | | | Merge pull request #6357 from NixOS/jobs-vs-usersWout Mertens2015-02-16
|\ \ \ \ | | | | | | | | | | nix-daemon: Sanity check maxJobs vs nrBuildUsers
| * | | | nix-daemon: Sanity check maxJobs vs nrBuildUsersWout Mertens2015-02-15
| | | | |
* | | | | Move amazon option out of amazon-image.nix, needed to make ec2.hvm usable ↵Rob Vermaas2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from nixops, without breaking evaluation for other backends. (cherry picked from commit 213fe8427c5ce455b893c0c5c56cc38175bf36b7)
* | | | | /etc/ssl/certs/ca-bundle.crt -> ca-certificates.crtEelco Dolstra2015-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | Even though there is no "official" standard location, it's better to stick to what most distros are using.
* | | | | Provide symlinks to ca-bundle.crt for compat with other distrosEelco Dolstra2015-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no "standard" location for the certificate bundle, so many programs/libraries have various hard-coded default locations that don't exist on NixOS. To make these more likely to work, provide some symlinks.
* | | | | Sawfish (git): New PackageAndersonTorres2015-02-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sawfish is a versatile, Lisp-based window manager In that commit I include all Sawfish stack: - librep, a lisp system; - rep-gtk, bindings for gtk - sawfish, the window manager
* | | | Merge pull request #5665 from joachifm/dnscrypt-proxy-apparmor-updatesJames Cook2015-02-14
|\ \ \ \ | | | | | | | | | | dnscrypt-proxy service: update AppArmor profile
| * | | | dnscrypt-proxy service: update AppArmor profileJoachim Fasting2015-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the AppArmor profile path clause and adds (currently ignored) network rules. The AppArmor profile used to be defined for the path sbin/dnscrypt-proxy, but the real path is bin/dnscrypt-proxy (due to sbin now being a symlink to bin), which permitted the service to run unconfined. Adding the network rules has no effect other than improving correctness, as the version of AppArmor in the NixOS kernel fails to enforce network rules.
* | | | | nixos/tests/installer: Add all bootloaders to the storeWilliam A. Kennington III2015-02-13
| | | | |
* | | | | grub: Don't remove zfs support if contained in the default binaryWilliam A. Kennington III2015-02-13
| | | | |
* | | | | iwlegacy: Remove since it is already in linux-firmware-nonfreeWilliam A. Kennington III2015-02-13
| | | | |
* | | | | stage-1-init: fix PID 1 shellHarald van Dijk2015-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PID 1 shell is executed as the last command in a sh invocation. Some shells implicitly use exec for that, but the current busybox ash does not, so the shell gets a wrong PID. Spell out the exec.
* | | | | Merge pull request #6312 from k0ral/sslhlethalman2015-02-13
|\ \ \ \ \ | | | | | | | | | | | | sslh: added libwrap support + improved nixos module.
| * | | | | sslh: added libwrap support + improved nixos module.koral2015-02-12
| | | | | |
* | | | | | Add hid_lenovo to initrd kernel modulesDomen Kožar2015-02-13
| | | | | |
* | | | | | Merge pull request #6317 from offlinehacker/nixos/consul/alertsJaka Hudoklin2015-02-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/consul: add consul-alerts service
| * | | | | | nixos/consul: add consul-alerts serviceJaka Hudoklin2015-02-12
| | | | | | |
* | | | | | | nixos/tests: Fix installer test by providing a missing dependencyWilliam A. Kennington III2015-02-12
|/ / / / / /
* | | | | | Merge pull request #6222 from offlinehacker/limesurveyJaka Hudoklin2015-02-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | add limesurvey package and nixos module
| * | | | | | add limesurvey package and nixos moduleJaka Hudoklin2015-02-07
| | | | | | |
* | | | | | | Drop tests.installer.grub1 as release criticalEelco Dolstra2015-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test sometimes fails with Kernel panic - not syncing: assertion "i && sym_get_cam_status(cp->cmd) == DID_SOFT_ERROR" failed: file "/tmp/nix-build-linux-3.14.32.drv-0/linux-3.14.32/drivers/scsi/sym53c8xx_2/sym_hipd.c", line 3399 after "sd 2:0:0:0: ABORT operation timed-out." Since we don't care all that much about GRUB 1 anymore, don't make the release depend on it. http://hydra.nixos.org/build/19563197
* | | | | | | nixos/zfs: Use the git version for kernels unsupported by 0.6.3William A. Kennington III2015-02-11
| | | | | | |
* | | | | | | Revert "Merge pull request #5626 from matthiasbeyer/add-fish_shell_module"Luca Bruno2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 157d199b33bee85aeeb256e84abf55523539eaa0, reversing changes made to 4c7adddcb7ae435cdecceeb627dca22ae581ca09.
* | | | | | | Revert "Add fish to nixos module list"Luca Bruno2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d7f5d00f0a7a73e3f7a837b741bae25814490e3b.
* | | | | | | Add fish to nixos module listLuca Bruno2015-02-11
| | | | | | |
* | | | | | | Merge pull request #5626 from matthiasbeyer/add-fish_shell_modulelethalman2015-02-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add basic nixos module for fish shell
| * | | | | | | Put shell aliases in interactiveShellInitMatthias Beyer2015-01-08
| | | | | | | |
| * | | | | | | Add basic nixos module for fish shellMatthias Beyer2015-01-08
| | | | | | | |