summary refs log tree commit diff
path: root/nixos/modules/virtualisation
Commit message (Collapse)AuthorAge
* nixos: move kubernetes & fleet to services/clusterJaka Hudoklin2014-12-11
|
* nixos: container tarball releaseJaka Hudoklin2014-12-11
| | | | | | - Create container nixos profile - Create lxc-container nixos config using container nixos profile - Docker nixos image, use nixos profile for its base config
* nixos/fleet: fix typoJaka Hudoklin2014-12-08
|
* nixos/fleet: enable etcd and docker by defaultJaka Hudoklin2014-12-08
|
* nixos: add fleet moduleJaka Hudoklin2014-12-07
|
* fixes #5198Domen Kožar2014-12-02
|
* nixos/docker: fix module, add simple testJaka Hudoklin2014-12-01
|
* nixos: add kubernetes moduleJaka Hudoklin2014-11-29
|
* nixos: Rename virtualbox to virtualboxGuest.aszlig2014-11-27
| | | | | | | | | Especially new users could be confused by this, so we're now marking services.virtualbox.enable as obsolete and defaulting to services.virtualboxGuest.enable instead. I believe this now makes it clear, that this option is for guest additions only. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* containers: remove obsolete commentAristid Breitkreuz2014-11-23
|
* Merge branch 'master' into stagingVladimír Čunát2014-11-14
|\ | | | | | | | | Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh
| * Merge pull request #4929 from abbradar/prl-toolsMichael Raskin2014-11-13
| |\ | | | | | | Add packages and support for Parallel Guest Tools
| | * nixos/parallels-guest: add optionsNikolay Amiantov2014-11-12
| | |
| * | Merge pull request #4573 from fpletz/feature/lxc-configurationMichael Raskin2014-11-13
| |\ \ | | |/ | |/| Add support for global LXC config files
| | * Add support for global LXC config filesFranz Pletz2014-10-18
| | |
* | | Merge branch 'master' into stagingLuca Bruno2014-11-08
|\| | | | | | | | | | | | | | | | | Makes the build more useful: - Disabled hybrid iso, makes installer tests pass again - Imagemagick fixes to the "Illegal instruction" thing
| * | Merge pull request #4870 from bosu/docker-proxyJaka Hudoklin2014-11-08
| |\ \ | | | | | | | | docker: propagate nix.proxy into daemon environment
| | * | docker: propagate nix.proxy into daemon environmentBoris Sukholitko2014-11-07
| | |/
* | | Merge recent master into stagingVladimír Čunát2014-11-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nixpkgs Hydra: ?compare=1157272 TODO: port e22889064f82be3 Conflicts: nixos/tests/gnome3_10.nix (auto-solved) pkgs/applications/video/aegisub/default.nix pkgs/development/libraries/boost/1.55.nix
| * | nixos: Fix priorities of initialHashedPassword.aszlig2014-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced in f496c3cbe4a6a2db88892d14609618e449744ed6. Previously when we used security.initialRootPassword, the default priority for this option was 1001, because it was a default value set by the option itself. With the mentioned commit, it is no longer an option default but a mkDefault, which is priority 1000. I'm setting this to 150 now, as test-instrumentation.nix is using this for overriding other options and because I think it still makes it possible to simple-override it, because if no priority is given, we get priority 100. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | Obsolete security.initialPasswordEelco Dolstra2014-11-03
| |/ | | | | | | You can now set users.extraUsers.root.initialHashedPassword instead.
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-16
|\| | | | | | | | | Conflicts: pkgs/development/libraries/poppler/default.nix
| * Fix the driver for qemu ("vesa" -> "modesetting")Mathnerd3142014-10-15
| | | | | | | | Signed-off-by: Domen Kožar <domen@dev.si>
| * DohhRob Vermaas2014-10-14
| | | | | | | | (cherry picked from commit b7451d91e8ecb70651fd2de81b2ec0faa8173aec)
| * amazon-image.nix: Pass --option build-users-group '' to nix tools to make ↵Rob Vermaas2014-10-14
| | | | | | | | | | | | Amazon generation work with nix-1.8+ (cherry picked from commit 654eaeb2ca709908b0e6fdcc8eabd3af6b3c0a5d)
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-09-18
|\|
| * nixos/libvirtd: refresh LXC emulator path on startupBjørn Forsman2014-09-15
| | | | | | | | | | | | | | | | | | This fixes the issue when the LXC emulator binary is garbage collected and breaks libvirtd containers, because libvirtd XML file still refers to GC'ed store path. We already have a fix for QEMU, this commit extends the fix to cover LXC too.
| * containers: Don't descend into mounts on destroy.aszlig2014-09-11
| | | | | | | | | | | | | | | | | | | | | | | | This tells the sad tale of @the-kenny who had bind-mounted his home directory into a container. After doing `nixos-container destroy` he discovered that his home directory went from "full of precious data" to "no more data". We want to avoid having similar sad tales in the future, so this now also check this in the containers VM test. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * containers: Remove check for var/lib/startup-done.aszlig2014-09-11
| | | | | | | | | | | | | | | | | | Fixes a leftover from 330fadb7060074bd5c38e5dcefc394abaf8d6a09. We're using systemd dbus notifications now and this leftover caused the startup notification to fail. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge recent master into stagingVladimír Čunát2014-09-13
| | | | | | | | Hydra nixpkgs: ?compare=1151601
* | Merge remote-tracking branch 'origin/systemd-216' into stagingEelco Dolstra2014-09-08
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into systemd-216Eelco Dolstra2014-09-02
| |\
| * | NixOS containers: Use exit status 133 for rebootsEelco Dolstra2014-08-24
| | |
* | | Merge remote-tracking branch 'origin/staging'Eelco Dolstra2014-09-08
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * \ \ Merge recent master into stagingVladimír Čunát2014-09-06
| |\ \ \ | | | | | | | | | | | | | | | Hydra: ?compare=1150594
| * \ \ \ Merge branch 'origin/master' into staging.Peter Simons2014-09-02
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/ffmpeg/2.x.nix pkgs/development/libraries/serf/default.nix
| * | | | Merge recent master into stagingVladimír Čunát2014-08-30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
| * \ \ \ \ Merge recent master into stagingVladimír Čunát2014-08-21
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1148749 Conflicts (easy): nixos/modules/virtualisation/containers.nix
| * | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-08-15
| |\ \ \ \ \
| * | | | | | Containers: Use systemd-nspawn startup notificationEelco Dolstra2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the container unit startup from hanging until timeout if systemd-nspawn fails.
| * | | | | | Containers: Clean up veth interfacesEelco Dolstra2014-08-12
| | | | | | |
| * | | | | | Containers: Don't remount /Eelco Dolstra2014-08-12
| | | | | | |
| * | | | | | Containers: Fix reboot and poweroffEelco Dolstra2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously "machinectl reboot/poweroff" brutally killed the container, as did "systemctl stop/restart". And reboot didn't actually work. Now everything is fine.
* | | | | | | Azure: Fix authorized_keysRob Vermaas2014-09-06
| | | | | | |
* | | | | | | Azure: Mount metadata 'CD' on /metadataRob Vermaas2014-09-06
| | | | | | |
* | | | | | | Initial configuration + image generation script for Micro$oft Azure. Work in ↵Rob Vermaas2014-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | progress for #3986.
* | | | | | | Fix initrd after recent busybox upgradesLuca Bruno2014-09-05
| |_|_|_|_|/ |/| | | | |
* | | | | | nixos: docker, create docker groupJaka Hudoklin2014-09-03
| |_|_|_|/ |/| | | |
* | | | | Ensure libvirtd is started after vswitch and add ability to configure how ↵Chris Farmiloe2014-09-02
| | | | | | | | | | | | | | | | | | | | libvirtd guests are shutdown
* | | | | formatting/retabChris Farmiloe2014-09-02
| | | | |