Austin Seipp
e5e8efc1f4
nixos: rewrite torsocks module
...
Rather than trying to override the 'torsocks' executable in $PATH, the
new module instead properly configures `/etc/tor/torsocks.conf` and puts
the normal `torsocks` executable in $PATH so it can work out of the box.
As a bonus, I think this module actually works now, because the torsocks
configuration has changed a lot from when this was written, it seems...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-06 05:00:27 -06:00
Austin Seipp
1b26faeb69
nixos: Remove torify module
...
'torify' now ships with the tor bundle itself; and using torsocks is
recommended over tsocks (torify will use torsocks automatically.)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-06 05:00:26 -06:00
William A. Kennington III
8297e09d78
nixos/synergy: Don't generate units unecessarily
2014-12-05 12:12:17 -08:00
William A. Kennington III
159af942d5
nixos/unifi: Ensure stateDir is mounted before proceeding
2014-12-05 12:12:17 -08:00
Domen Kožar
226d209d97
fix installer tests
2014-12-05 18:31:30 +01:00
Luca Bruno
cbd30b2bde
Merge PR #5235 , fix predictable network interfaces
2014-12-05 17:33:23 +01:00
Tino Breddin
ee0f81de5e
Fix filename for udev network interface rules
...
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)
2014-12-05 17:32:36 +01:00
William A. Kennington III
6ad032ed93
nixos/installer: Fix swap device override
2014-12-04 13:34:35 -08:00
Emery Hemingway
e69f876cca
nixos: iPXE client for GRUB
...
fix bug in grub/install-grub.pl that would replace @bootRoot@ with an invalid string
2014-12-04 12:03:10 +01:00
William A. Kennington III
82f59e8c69
nixos/installer: Override swap devices so tests don't fail
...
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.
2014-12-03 15:43:48 -08:00
Georges Dubus
2a7808138d
whitespace change to restart kde4 test
2014-12-03 17:18:33 +01:00
Thomas Tuegel
f7c27885d0
Add iwlegacy firmware for old Intel wireless cards
2014-12-03 10:10:00 -06:00
Jaka Hudoklin
099eabb490
nixos: add chronos service
2014-12-03 15:49:14 +01:00
Jaka Hudoklin
665cc41e5c
nixos/peerflix: fix enable option description
2014-12-03 15:13:50 +01:00
Georges Dubus
9889f1b545
Added the cloud-init service
2014-12-03 13:22:13 +01:00
Domen Kožar
7a140096e0
whitespace change for kde4 test to force rebuild :(
2014-12-03 12:31:10 +01:00
Domen Kožar
55cf272c19
fixes #5198
2014-12-02 12:59:14 +01:00
Jaka Hudoklin
a0cf449fa5
mesos: add docker support
2014-12-02 12:22:12 +01:00
Luca Bruno
41cb91a4fd
Revert "Merge pull request #5184 from daogames/tb/fix-systemd-udev-net-rules"
...
This reverts commit ddeee82b314505a02752d03c91696b491d41986f, reversing
changes made to 75ead8812b6bfb7b5193c6f487562bc9af0dd334.
2014-12-02 10:54:48 +01:00
lethalman
ddeee82b31
Merge pull request #5184 from daogames/tb/fix-systemd-udev-net-rules
...
Fix filename for udev network interface rules
2014-12-02 10:50:16 +01:00
William A. Kennington III
75ead8812b
nixos/tests: Fix nfs
2014-12-02 01:34:20 -08:00
William A. Kennington III
8a94c06595
nixos: Add network-pre.target and adjust firewall start ordering
2014-12-01 17:19:44 -08:00
William A. Kennington III
2b06a92c2a
nixos/nfs: Fix dependency ordering
2014-12-01 17:19:44 -08:00
William A. Kennington III
1716c12b54
iwlwifi: Split into separate package with more up to date firmware
2014-12-01 16:25:20 -08:00
wmertens
3cecef15d7
Revert $GIT_SSL_CAINFO removal
...
Users have an older git in their user environment and it doesn't work without it. We should keep it around for a while.
2014-12-01 23:07:50 +01:00
Jaka Hudoklin
40d73c5eb7
nixos/docker: fix module, add simple test
2014-12-01 17:20:35 +01:00
Jaka Hudoklin
4fe3e44645
nixos/mesos: restart on failure
2014-12-01 16:57:56 +01:00
Jaka Hudoklin
827ad85a1e
nixos/mesos: convert quorum to string
2014-12-01 16:57:17 +01:00
Jaka Hudoklin
5fa87a9df7
nixos/peerflix: add test to release.nix
2014-12-01 16:45:38 +01:00
Jaka Hudoklin
3424ded286
nixos: add peerflix module
2014-12-01 16:42:40 +01:00
William A. Kennington III
1c04e69bce
nixos/networking: Fix more harmless errors
2014-12-01 01:18:32 -08:00
Tino Breddin
d0327c052c
Fix filename for udev network interface rules
...
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)
2014-12-01 09:32:41 +01:00
Domen Kožar
1ad22e8c55
Merge pull request #5189 from NixOS/almir
...
almir: pin the sqlalchemy version used by zope.sqlalchemy to 8
2014-11-30 17:23:53 +01:00
Luca Bruno
93fcefe126
nixos/tests: add networking-proxy.nix to release
2014-11-30 15:22:12 +01:00
Antoine R. Dumont
da47d6bd59
Improve readability - from https://github.com/NixOS/nixpkgs/pull/5058#discussion_r21043552
2014-11-30 15:19:30 +01:00
Antoine R. Dumont
e54f9ffcf4
Ensure nix-daemon sees the proxy defined options
...
(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?
2014-11-30 15:19:30 +01:00
Antoine R. Dumont
3c7e779602
Introduce a dedicated networking.proxy option
...
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.
2014-11-30 15:19:25 +01:00
William A. Kennington III
74ed5eee41
nixos/network: Fix typo
2014-11-30 05:16:07 -08:00
William A. Kennington III
47d3db5c30
nixos/network: Only check slave interfaces which are configured
2014-11-30 05:12:49 -08:00
William A. Kennington III
01332149d4
nixos/networkd: Fix dhcp being enabled when it should be disabled
2014-11-30 04:46:59 -08:00
Cillian de Róiste
1d5aecd356
Almir module: set a working default sqlalchemy_engine_url
2014-11-30 13:11:55 +01:00
Arseniy Seroka
f8e1087209
Merge pull request #5121 from coreyoconnor/primus-upstream
...
Add primus and extend bumblebee to support 32bit/64bit multilib
2014-11-30 13:23:30 +03:00
William A. Kennington III
4b9c5ebee6
nixos/networking: Fix dependencies for macvlan which should be on bridges
2014-11-30 01:25:09 -08:00
William A. Kennington III
9a11132fe5
nixos/network: Remove debug output in tests
2014-11-30 01:21:37 -08:00
William A. Kennington III
a911f9989c
nixos/networkd: Fix macvlan called with null mode
2014-11-30 01:19:54 -08:00
William A. Kennington III
16827ff287
nixos/nfs: Fix Test
2014-11-30 01:14:57 -08:00
William A. Kennington III
66f45268ab
nixos/networking: Improve service ordering
2014-11-29 22:47:04 -08:00
William A. Kennington III
7ecb084b77
nixos/networking: More fixes
2014-11-29 22:35:03 -08:00
William A. Kennington III
bcfe7b2200
Merge pull request #5043 from wkennington/master.networkd
...
nixos/networking: Revamp networking configuration and add an experimental networkd option.
2014-11-29 19:59:31 -08:00
William A. Kennington III
a403379b88
nixos/tests: Add networking tests for basic functionality
2014-11-29 19:53:37 -08:00