summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* tests/virtualbox: Add systemd-detect-virt subtest.aszlig2015-09-17
| | | | | | | | | | | Addresses #9876 in the way that we want to make sure that VirtualBox 5.x is going to be properly detected. Right now the result is "kvm", so the subtest fails as expected with: error: systemd-detect-virt returned "kvm" instead of "oracle" at (eval 14) line 414, <__ANONIO__> line 92. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gdb: Look for debug info in /run/current-system/sw/lib/debugEelco Dolstra2015-09-17
| | | | | | | | | | The previous default was $out/lib/debug, which wasn't very useful. This ensures that you can do environment.systemPackages = [ pkgs.hello.debug ]; to install debug info.
* nixos/virtualbox-image: Use 32MB of video memory.aszlig2015-09-17
| | | | | | | | | | Booting the demo/installer image won't work if the video memory is too low. It boots into KDE, shows the background image and doesn't do anything, according to @domenkozar. Thanks to @domenkozar for reporting and testing this with 32MB. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/virtualbox-image: Enable PAE on 32bit.aszlig2015-09-17
| | | | | | | | | | | pkgs/os-specific/linux/kernel/common-config.nix defines HIGHMEM64G on line 441 for 32bit systems, which implies PAE. We now creating the OVA with PAE support enabled, which fixes bootup of the image if people are just importing it without setting PAE explicitly. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tests/virtualbox: Put name in log descriptions.aszlig2015-09-17
| | | | | | | Makes it easier to debug and find out for which machine a certain log socket has been started or stopped. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tests/virtualbox: Use antiquotes for log sockets.aszlig2015-09-17
| | | | | | | | | | | | | | | | | | | | | We're simply using antiquotation, since it's been a while since these got introduced (in Nix 1.7). So we can use them because it makes the code much more readable. As usual, I made sure that I didn't accidentally change something in functionality: $ nix-instantiate nixos/tests/virtualbox.nix ... /nix/store/cldxyrxqvwpqm02cd3lvknnmj4qmblyn-vm-test-run-virtualbox.drv $ git stash pop ... $ nix-instantiate nixos/tests/virtualbox.nix ... /nix/store/cldxyrxqvwpqm02cd3lvknnmj4qmblyn-vm-test-run-virtualbox.drv $ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tests/virtualbox: Fix long line in guestAdditions.aszlig2015-09-17
| | | | | | | | | | | | | | | | | | | | This is essentially not only "wrapping" the line but refactoring into a shorter name which is used in two places. And yes, I know I'm very pedantic if it comes to whitespaces and line lengths, but I made sure this doesn't change any functionality: $ nix-instantiate nixos/tests/virtualbox.nix ... /nix/store/cldxyrxqvwpqm02cd3lvknnmj4qmblyn-vm-test-run-virtualbox.drv $ git stash pop ... $ nix-instantiate nixos/tests/virtualbox.nix ... /nix/store/cldxyrxqvwpqm02cd3lvknnmj4qmblyn-vm-test-run-virtualbox.drv $ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tests/virtualbox: Allow to call it with debug attr.aszlig2015-09-17
| | | | | | | | | Instead of manually setting debug to true or false, this should make it possible to now run the test like this: nix-build nixos/tests/virtualbox.nix --arg debug true Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* xf86_video_nouveau: deprecate this aliasVladimír Čunát2015-09-17
|
* nixos-container: Add bash completion for "nixos-container" commandMatthias Beyer2015-09-16
|
* Merge pull request #9880 from mbbx6spp/add-package-option-elasticsearch-moduleDomen Kožar2015-09-16
|\ | | | | elasticsearch module: add package option
| * Add package option to elasticsearch NixOS moduleSusan Potter2015-09-15
| |
* | mlmmj: Fix invalid mailman entry and update transports and virtual dbs on ↵Florian Baumann2015-09-16
| | | | | | | | activation
* | tests/virtualbox: Give test machines more memory.aszlig2015-09-16
| | | | | | | | | | | | | | | | Sometimes there are random kernel panics do to the lack of memory in the qemu guests, but as we're setting the VirtualBox memory size relatively low, 1024 MB should be enough for the qemu guests. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | tests/virtualbox: Start systemwide DBus in guests.aszlig2015-09-16
| | | | | | | | | | | | | | | | | | | | | | We want to check whether DBus functionality is working, so let's make sure it is running in our mini-initrd. DBus unfortunately requires to have users properly set up and another configuration file other than in ${dbus.daemon}/etc/dbus-1/system.conf, so we do provide that as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos tests: add gdm testLuca Bruno2015-09-15
| |
* | "Parallel Tools" -> Parallels ToolsTobias Geerinckx-Rice2015-09-15
| |
* | nixos: correct "Kubernets" -> "Kubernetes"Tobias Geerinckx-Rice2015-09-15
|/
* Merge pull request #9819 from gebner/xdotool-3-20150503-1Arseniy Seroka2015-09-14
|\ | | | | xdotool: 2.20110530.1 -> 3.20150503.1
| * xdotool: 2.20110530.1 -> 3.20150503.1Gabriel Ebner2015-09-12
| |
* | nixos gdm: use AutomaticLogin if delay is zero. Closes #9843Luca Bruno2015-09-14
| |
* | nixos gdm: add debug optionLuca Bruno2015-09-14
| |
* | nixos/lxd: Add serviceWilliam A. Kennington III2015-09-13
| |
* | nixos: samba module: fix typo & clarifyTobias Geerinckx-Rice2015-09-14
| |
* | Merge pull request #9825 from ericsagnes/connman-confMatej Cotman2015-09-13
|\ \ | | | | | | connman: improved configuration
| * | connman: improved configuration supportEric Sagnes2015-09-12
| |/
* | nixos i18n: add option to set console keymap from xkbGeoffrey Reedy2015-09-13
| | | | | | | | Close #9675. The expression was refactored heavily by vcunat.
* | kmod-debian-aliases: init at 21-1Mathnerd3142015-09-13
|/
* Merge pull request #9782 from abbradar/deluge-restartNikolay Amiantov2015-09-12
|\ | | | | nixos/deluge: restart daemon if it's stopped from GUI
| * nixos/deluge: restart daemon if it's stopped from GUINikolay Amiantov2015-09-11
| |
* | Merge pull request #9772 from lethalman/containersEelco Dolstra2015-09-11
|\ \ | | | | | | nixos containers: fix system path when reloading
| * | nixos containers: fix system path when reloadingLuca Bruno2015-09-11
| | |
* | | Merge pull request #9792 from noqqe/masterEdward Tjörnhammar2015-09-11
|\ \ \ | | | | | | | | mlmmj: postfix master config uses deprecated nextHop instead of nexthop
| * | | mlmmj: postfix master config uses deprecated nextHop instead of nexthopFlorian Baumann2015-09-11
| | | |
* | | | Merge pull request #9745 from bramd/brlttyArseniy Seroka2015-09-11
|\ \ \ \ | | | | | | | | | | Brltty
| * | | | Brltty service: simplified systemd service definition, now it matchesBram Duvigneau2015-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | the variant that has been developed upstream. Now the BRLTTY service comes up reliably on boot.
* | | | | Merge pull request #9793 from noqqe/mlmmj-fix-customheadersEdward Tjörnhammar2015-09-11
|\ \ \ \ \ | |_|/ / / |/| | | | mlmmj: fixing reply-to field in customheaders
| * | | | mlmmj: fixing reply-to field in customheadersFlorian Baumann2015-09-11
| | |_|/ | |/| |
* | | | gitit service: check null github auth optionsPaul Wilson2015-09-10
| | | |
* | | | gitit service: add github authenticationPaul Wilson2015-09-10
|/ / /
* | | Merge pull request #9773 from basvandijk/wordpress-extraHtaccessArseniy Seroka2015-09-10
|\ \ \ | | | | | | | | wordpress: allow extending Wordpress's .htaccess file
| * | | wordpress: allow extending Wordpress's .htaccess fileBas van Dijk2015-09-10
| | | |
* | | | dnschain nixos module: initThomas Strobel2015-09-10
| | | |
* | | | namecoind nixos module: security enhancementsThomas Strobel2015-09-10
|/ / /
* | / nixos: give users of 'services.openvpn.enable' a nice warning messagePeter Simons2015-09-10
| |/ |/|
* | nixos ntpd: allow passing extra flagsLuca Bruno2015-09-10
| |
* | nixos: remove the obsolete 'services.openvpn.enable' optionPeter Simons2015-09-10
| | | | | | | | | | | | | | OpenVPN is enabled implicitly when configuring 'services.openvpn.servers', so the "enable" option is meaningless since b2910df04e4ec3e707ad08074bd128dedf9b2c23. Closes https://github.com/NixOS/nixpkgs/issues/9764.
* | Merge pull request #9703 from basvandijk/wordpress-upgradeJoachim Schiele2015-09-09
|\ \ | |/ |/| wordpress: 4.2.2 -> 4.3
| * wordpress: 4.2.2 -> 4.3Bas van Dijk2015-09-08
| |
* | Merge pull request #9711 from anderspapitto/bitlbeeArseniy Seroka2015-09-09
|\ \ | | | | | | plugin support for bitlbee, and facebook plugin