summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
...
* nixos: iPXE client for GRUBEmery Hemingway2014-12-04
| | | | fix bug in grub/install-grub.pl that would replace @bootRoot@ with an invalid string
* 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
|
* 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: 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: 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
| | |
* | | 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/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/network-interfaces: More fixesWilliam A. Kennington III2014-11-27
| | |
| * | nixos/network-interfaces: Add maclvan supportWilliam A. Kennington III2014-11-26
| | |
| * | nixos/networking: FixesWilliam A. Kennington III2014-11-26
| | |
| * | nixos/network-interfaces: Make it clear that networkd is experimentalWilliam A. Kennington III2014-11-26
| | |
| * | nixos/network-interfaces: Refactor scripts for reliability and dependency ↵William A. Kennington III2014-11-26
| | | | | | | | | | | | removal
| * | nixos/dhcpcd: Respect per interface dhcp optionsWilliam A. Kennington III2014-11-26
| | |
| * | nixos/network-interfaces: Promote secondary addresses when primary addresses ↵William A. Kennington III2014-11-26
| | | | | | | | | | | | expire
| * | nixos/network-interfaces: Support mac address and mtu universallyWilliam A. Kennington III2014-11-26
| | |
| * | nixos: Support network-online target in addition to ip-upWilliam A. Kennington III2014-11-26
| | |
| * | nixos/systemd: ip-up and network-online targets should come after ↵William A. Kennington III2014-11-26
| | | | | | | | | | | | networkd-wait-online
| * | nixos/networking: Rebuild resolvconf during activationWilliam A. Kennington III2014-11-26
| | | | | | | | | | | | | | | | | | | | | This is needed when /etc/resolv.conf is being overriden by networkd and other configurations. If the file is destroyed by an environment activation then it must be rebuilt so that applications which interface with /etc/resolv.conf directly don't break.
| * | networkd: Support Host ResolvconfWilliam A. Kennington III2014-11-26
| | |
| * | nixos/network-interfaces-scripted: Fix network-setup triggeringWilliam A. Kennington III2014-11-26
| | |
| * | nixos/network-interfaces: Provide a networkd implementationWilliam A. Kennington III2014-11-26
| | |
| * | systemd-network: Add assertions for user clarityWilliam A. Kennington III2014-11-26
| | |
| * | systemd: Enable more network servicesWilliam A. Kennington III2014-11-26
| | |