Commit Graph
43498 Commits
Author SHA1 Message Date
Eelco Dolstra 7d8fea797a Run hwclock --hctosys to initialize the system time 2014-03-18 23:14:34 +01:00
Eelco Dolstra 08095f97ce Typo 2014-03-18 22:40:39 +01:00
aszlig ab7a8abd58 python-hetzner: Update to new version 0.7.0.
This introduces the following changes:

 - hetznerctl: Fix UnicodeEncodeError in server product name.
 - Support rebooting of vServers.
 - Server now has a new attribute is_vserver.
 - Add a README.md with examples.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-18 18:45:22 +01:00
Domen Kožar d4b1250b6c remove prefix for kazam 2014-03-18 18:23:13 +01:00
Domen Kozar 902b059967 Add shotwell 1.15.1 2014-03-18 18:23:13 +01:00
Eelco Dolstra 7ee31c7f94 Fix permissions 2014-03-18 18:04:38 +01:00
Eelco Dolstra 26a868139e kdf: Disable parallel building
http://hydra.nixos.org/build/9595928
2014-03-18 17:30:57 +01:00
Ricardo M. Correia cc69228119 grsecurity: Update stable and test patches
stable: 3.0-3.2.55-201403142107 -> 3.0-3.2.55-201403172027
test:   3.0-3.13.6-201403142112 -> 3.0-3.13.6-201403172032
2014-03-18 16:51:25 +01:00
Anders Claesson ac3de98f07 Add sloane -- a command line interface to OEIS. 2014-03-18 14:37:56 +00:00
Eelco Dolstra f73ff0529e runInLinuxVM: Set the clock properly 2014-03-18 15:02:09 +01:00
William A. Kennington IIIandEelco Dolstra b6d3526c53 qemu: Update 1.5.2 -> 1.7.0 2014-03-18 14:24:46 +01:00
Eelco Dolstra de57c0eb66 Shut up Perl warning 2014-03-18 14:10:31 +01:00
Eelco Dolstra 01fc3e5153 Revert "test-driver: Set the date to the current time on boot"
This reverts commit 4e6eae45ee. It
breaks running the test driver interactively (in that it causes all
VMs to be started immediately, which is not always what you wnat).
2014-03-18 14:05:51 +01:00
Peter Simons 5e7608e226 Merge pull request #1932 from wkennington/master.sup
sup: Push sup to the latest git commit
2014-03-18 12:09:20 +01:00
Peter Simons 869fb5298d Merge pull request #1976 from madjar/python
Update to python 3.4.0
2014-03-18 11:52:21 +01:00
Peter Simons a42374ff66 Merge pull request #1979 from larkery/update-isync
Update isync version to 1.1.0 (doesn't need recursive listing patch any ...
2014-03-18 11:47:21 +01:00
Eelco Dolstra 5b10ea1f99 Don't run dhcpcd in containers 2014-03-18 11:39:51 +01:00
Eelco Dolstra 11c4c4ae54 Add command ‘nixos-container-shell’ for logging into a container 2014-03-18 11:36:03 +01:00
Domen Kožar 186e5a0f81 Merge pull request #1978 from larkery/fix-autorandr
Add missing sha256sum to autorandr derivation
2014-03-18 11:19:46 +01:00
Tom Hinton 7b9485145d Add missing sha256sum to autorandr derivation 2014-03-18 10:15:59 +00:00
Tom Hinton cf0f710b13 Update isync version to 1.1.0 (doesn't need recursive listing patch any more) 2014-03-18 10:14:52 +00:00
Eelco Dolstra 7b82d1ee27 Ensure that the container root can always be accessed via /var/lib/containers 2014-03-18 11:04:54 +01:00
Eelco Dolstra 895bcdd1cb Add support for running a container with a private network interface
For example, the following sets up a container named ‘foo’.  The
container will have a single network interface eth0, with IP address
10.231.136.2.  The host will have an interface c-foo with IP address
10.231.136.1.

  systemd.containers.foo =
    { privateNetwork = true;
      hostAddress = "10.231.136.1";
      localAddress = "10.231.136.2";
      config =
        { services.openssh.enable = true; };
    };

With ‘privateNetwork = true’, the container has the CAP_NET_ADMIN
capability, allowing it to do arbitrary network configuration, such as
setting up firewall rules.  This is secure because it cannot touch the
interfaces of the host.

The helper program ‘run-in-netns’ is needed at the moment because ‘ip
netns exec’ doesn't quite do the right thing (it remounts /sys without
bind-mounting the original /sys/fs/cgroups).
2014-03-18 10:49:25 +01:00
Vladimír Čunát cca592b455 liferea: minor update 2014-03-18 10:24:00 +01:00
Shea Levy a1a167bc8b nginx module: Enable modularly specifying servers 2014-03-17 23:31:56 -04:00
Shea Levy 4e6eae45ee test-driver: Set the date to the current time on boot
Should allow merging #1816
2014-03-17 22:05:19 -04:00
Vladimír Čunát da4fca4ce4 ffmpeg (0.10): minor update
(cherry picked from commit 9951478c40330b7cf7918ce93c7d242d99ffcd05)

Conflicts:
	pkgs/development/libraries/ffmpeg/0.10.nix
2014-03-17 22:56:19 +01:00
ambrop7@gmail.com e5cc6d3552 Enable acpid if nvidia driver is being used.
The NVidia driver wants to connect to acpid to receive ACPI events.
2014-03-17 19:27:06 +01:00
Peter Simons f202729d53 haskell-dbus: disable test suite
The tests need access to the Internet to succeed.
2014-03-17 18:33:55 +01:00
Peter Simons dd701b4c51 haskell-options: we cannot easily run the test suite because it requires 'chell', which requires 'options' 2014-03-17 18:33:55 +01:00
Peter Simons d17eb6576d haskell-haskell-names: update to version 0.3.3 2014-03-17 18:33:55 +01:00
Peter Simons 745a35c130 haskell-hlint: update to version 1.8.59 2014-03-17 18:33:55 +01:00
Peter Simons 8dfc2e1e4f haskell-th-desugar: update to version 1.3.0 2014-03-17 18:33:55 +01:00
Peter Simons 7548ed77fb haskell-tasty: update to version 0.8.0.2 2014-03-17 18:33:55 +01:00
Peter Simons d56ff5cf60 haskell-tagged: update to version 0.7.1 2014-03-17 18:33:55 +01:00
Peter Simons 10fde8fe5c haskell-snap-core: update to version 0.9.6.1 2014-03-17 18:33:55 +01:00
Peter Simons b9a837c26c haskell-sample-frame: update to version 0.0.3 2014-03-17 18:33:55 +01:00
Peter Simons 165ada34b9 haskell-numeric-prelude: update to version 0.4.1 2014-03-17 18:33:55 +01:00
Peter Simons dbd61dbdae haskell-midi: update to version 0.2.1.1 2014-03-17 18:33:55 +01:00
Peter Simons e31bd9e6ee haskell-ltk: update to version 0.13.1.0 2014-03-17 18:33:55 +01:00
Peter Simons e63062ed9d haskell-linear: update to version 1.9.1 2014-03-17 18:33:55 +01:00
Peter Simons b976817bd7 haskell-lens: update to version 4.0.7 2014-03-17 18:33:55 +01:00
Peter Simons 7e83f3b703 haskell-gnuplot: update to version 0.5.2.1 2014-03-17 18:33:55 +01:00
Peter Simons 34b4e5c97a haskell-ghc-mod: update to version 3.1.7 2014-03-17 18:33:55 +01:00
Peter Simons 00b17087f7 haskell-fay: update to version 0.19.1 2014-03-17 18:33:55 +01:00
Peter Simons ac5fdeb00f haskell-fay-base: update to version 0.19.1 2014-03-17 18:33:55 +01:00
Peter Simons b34768db9b haskell-doctest: update to version 0.9.10.2 2014-03-17 18:33:54 +01:00
Peter Simons 0a326a51a6 haskell-dbus: update to version 0.10.7 2014-03-17 18:33:54 +01:00
Peter Simons 703fae7101 haskell-data-accessor: update to version 0.2.2.5 2014-03-17 18:33:54 +01:00
Peter Simons 8818350aba haskell-data-accessor-template: update to version 0.2.1.11 2014-03-17 18:33:54 +01:00