summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/synergy: Don't generate units unecessarilyWilliam A. Kennington III2014-12-05
|
* nixos/unifi: Ensure stateDir is mounted before proceedingWilliam A. Kennington III2014-12-05
|
* fix installer testsDomen Kožar2014-12-05
|
* Merge PR #5235, fix predictable network interfacesLuca Bruno2014-12-05
|\
| * Fix filename for udev network interface rulesTino Breddin2014-12-05
| | | | | | | | | | | | | | | | | | | | From http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ You disable the assignment of fixed names, so that the unpredictable kernel names are used again. For this, simply mask udev's rule file for the default policy: ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules (since v209: this file was called 80-net-name-slot.rules in release v197 through v208)
* | nixos/installer: Fix swap device overrideWilliam A. Kennington III2014-12-04
|/
* nixos: iPXE client for GRUBEmery Hemingway2014-12-04
| | | | fix bug in grub/install-grub.pl that would replace @bootRoot@ with an invalid string
* nixos/installer: Override swap devices so tests don't failWilliam A. Kennington III2014-12-03
| | | | | | | | This patch should be reverted if either: - systemd fixes the multi-swapon issue. https://bugs.freedesktop.org/show_bug.cgi?id=86930 - If we disable the autogeneration of swap and vfat units within systemd.
* whitespace change to restart kde4 testGeorges Dubus2014-12-03
|
* Add iwlegacy firmware for old Intel wireless cardsThomas Tuegel2014-12-03
|
* nixos: add chronos serviceJaka Hudoklin2014-12-03
|
* nixos/peerflix: fix enable option descriptionJaka Hudoklin2014-12-03
|
* whitespace change for kde4 test to force rebuild :(Domen Kožar2014-12-03
|
* fixes #5198Domen Kožar2014-12-02
|
* mesos: add docker supportJaka Hudoklin2014-12-02
|
* Revert "Merge pull request #5184 from daogames/tb/fix-systemd-udev-net-rules"Luca Bruno2014-12-02
| | | | | This reverts commit ddeee82b314505a02752d03c91696b491d41986f, reversing changes made to 75ead8812b6bfb7b5193c6f487562bc9af0dd334.
* Merge pull request #5184 from daogames/tb/fix-systemd-udev-net-ruleslethalman2014-12-02
|\ | | | | Fix filename for udev network interface rules
| * Fix filename for udev network interface rulesTino Breddin2014-12-01
| | | | | | | | | | | | | | | | | | | | From http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ You disable the assignment of fixed names, so that the unpredictable kernel names are used again. For this, simply mask udev's rule file for the default policy: ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules (since v209: this file was called 80-net-name-slot.rules in release v197 through v208)
* | nixos/tests: Fix nfsWilliam A. Kennington III2014-12-02
| |
* | nixos: Add network-pre.target and adjust firewall start orderingWilliam A. Kennington III2014-12-01
| |
* | nixos/nfs: Fix dependency orderingWilliam A. Kennington III2014-12-01
| |
* | iwlwifi: Split into separate package with more up to date firmwareWilliam A. Kennington III2014-12-01
| |
* | Revert $GIT_SSL_CAINFO removalwmertens2014-12-01
| | | | | | Users have an older git in their user environment and it doesn't work without it. We should keep it around for a while.
* | nixos/docker: fix module, add simple testJaka Hudoklin2014-12-01
| |
* | nixos/mesos: restart on failureJaka Hudoklin2014-12-01
| |
* | nixos/mesos: convert quorum to stringJaka Hudoklin2014-12-01
| |
* | nixos/peerflix: add test to release.nixJaka Hudoklin2014-12-01
| |
* | nixos: add peerflix moduleJaka Hudoklin2014-12-01
| |
* | nixos/networking: Fix more harmless errorsWilliam A. Kennington III2014-12-01
| |
* | Merge pull request #5189 from NixOS/almirDomen Kožar2014-11-30
|\ \ | | | | | | almir: pin the sqlalchemy version used by zope.sqlalchemy to 8
| * | Almir module: set a working default sqlalchemy_engine_urlCillian de Róiste2014-11-30
| | |
* | | nixos/tests: add networking-proxy.nix to releaseLuca Bruno2014-11-30
| | |
* | | Improve readability - from ↵Antoine R. Dumont2014-11-30
| | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/5058#discussion_r21043552
* | | Ensure nix-daemon sees the proxy defined optionsAntoine R. Dumont2014-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Not sure about this one) Here are the incomplete and a little contradictory discussions about it (or at least my interpretations of them): - https://github.com/NixOS/nixpkgs/pull/5058#discussion_r20830855 - https://github.com/NixOS/nixpkgs/pull/5058#discussion_r21043552 cc @edolstra @wmertens What did I get wrong?
* | | Introduce a dedicated networking.proxy optionAntoine R. Dumont2014-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following the discussion NixOS#5021: - obsolete the nix.proxy option - add the networking.proxy option - open a default no_proxy environment variable - add a rsync option - Manual tests ok. - Automatic tests ok. Amended by lethalman to simplify the option descriptions.
* | | nixos/network: Fix typoWilliam A. Kennington III2014-11-30
| | |
* | | nixos/network: Only check slave interfaces which are configuredWilliam A. Kennington III2014-11-30
| | |
* | | nixos/networkd: Fix dhcp being enabled when it should be disabledWilliam A. Kennington III2014-11-30
|/ /
* | Merge pull request #5121 from coreyoconnor/primus-upstreamArseniy Seroka2014-11-30
|\ \ | | | | | | Add primus and extend bumblebee to support 32bit/64bit multilib
| * | Add primus and extend bumblebee to support 32bit/64bit multilib architectures.Corey O'Connor2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using primusrun will work as expected in a multilib environment. Even if the initial program executes a antoehr program of the another architecture. Assuming the program does not modify LD_LIBRARY_PATH inappropriately. This does not update virtualgl for seemless multilib. I was unable to get a mixed 64/32 bit environment to work with VirtualGL. The mechanism VirtualGL uses to inject the fake GL library would fail if both 32bit and 64 bit libraries were in the environment. Instead the bumblebee package creates a optirun32 executable that can be used to run a 32bit executable with optimus on a 64 bit host. This is not created if the host is 32bit. For my usage, gaming under wine, the primusrun executable works as expected regardless of 32bit/64bit.
* | | nixos/networking: Fix dependencies for macvlan which should be on bridgesWilliam A. Kennington III2014-11-30
| | |
* | | nixos/network: Remove debug output in testsWilliam A. Kennington III2014-11-30
| | |
* | | nixos/networkd: Fix macvlan called with null modeWilliam A. Kennington III2014-11-30
| | |
* | | nixos/nfs: Fix TestWilliam A. Kennington III2014-11-30
| | |
* | | nixos/networking: Improve service orderingWilliam A. Kennington III2014-11-29
| | |
* | | nixos/networking: More fixesWilliam A. Kennington III2014-11-29
| | |
* | | Merge pull request #5043 from wkennington/master.networkdWilliam A. Kennington III2014-11-29
|\ \ \ | |/ / |/| | nixos/networking: Revamp networking configuration and add an experimental networkd option.
| * | nixos/tests: Add networking tests for basic functionalityWilliam A. Kennington III2014-11-29
| | |
| * | nixos/network-interfaces: More fixesWilliam A. Kennington III2014-11-27
| | |
| * | nixos/network-interfaces: Add maclvan supportWilliam A. Kennington III2014-11-26
| | |