summary refs log tree commit diff
path: root/nixos/modules/virtualisation/containers.nix
Commit message (Expand)AuthorAge
* containers: remove obsolete commentAristid Breitkreuz2014-11-23
* Merge recent master into stagingVladimír Čunát2014-09-13
* 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 recent master into stagingVladimír Čunát2014-08-30
|\ \ \ | | |/ | |/|
| * | Containers: Use nsenter to execute commands in containersEelco Dolstra2014-08-28
| |/
* | Merge recent master into stagingVladimír Čunát2014-08-21
|\|
| * Containers: Fix all-containers.service startEelco Dolstra2014-08-19
| * Containers: Use systemd startup notificationEelco Dolstra2014-08-18
| * Containers: Use systemd-nspawn startup notificationEelco Dolstra2014-08-18
| * Containers: Clean up veth interfacesEelco Dolstra2014-08-18
| * Containers: Fix reboot and poweroffEelco Dolstra2014-08-18
| * Autostart containers at boot timeEelco Dolstra2014-08-18
| * Containers: Set up /etc/resolv.confEelco Dolstra2014-08-15
* | Containers: Use systemd-nspawn startup notificationEelco Dolstra2014-08-13
* | Containers: Clean up veth interfacesEelco Dolstra2014-08-12
* | Containers: Fix reboot and poweroffEelco Dolstra2014-08-12
|/
* nixos-install: Ask the user to set a root passwordEelco Dolstra2014-05-09
* Containers: Support setting up macvlan interfacesEelco Dolstra2014-05-07
* Containers: Use systemd-nspawn's --network-veth flagEelco Dolstra2014-05-07
* Containers: Use systemd-nspawn's --keep-unit flagEelco Dolstra2014-05-07
* Set personality when running a 32-bit container on a 64-bit hostEelco Dolstra2014-04-19
* Use "machinectl poweroff" to shut down containersEelco Dolstra2014-04-18
* Containers: Inherit the platform type of the hostEelco Dolstra2014-04-15
* Don't restart container-startup-doneEelco Dolstra2014-04-15
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Document NixOS containersEelco Dolstra2014-04-10
* nixos-container: Add ‘run’ and ‘root-login’ commandsEelco Dolstra2014-04-10
* Fix permissions on /var/lib/startup-doneEelco Dolstra2014-04-10
* Disable container support in containersEelco Dolstra2014-04-03
* Make starting a container synchronousEelco Dolstra2014-04-03
* Always enable container loginsEelco Dolstra2014-04-03
* nixos-container: Rewrite in PerlEelco Dolstra2014-03-31
* Provide nixos-container unconditionallyEelco Dolstra2014-03-31
* Allow dashes in container namesEelco Dolstra2014-03-24
* Add support for imperative container managementEelco Dolstra2014-03-24
* nixos-container-shell -> nixos-container { login | root-shell }Eelco Dolstra2014-03-24
* Rename systemd.containers -> containersEelco Dolstra2014-03-24
* Don't run dhcpcd in containersEelco Dolstra2014-03-18
* Add command ‘nixos-container-shell’ for logging into a containerEelco Dolstra2014-03-18
* Ensure that the container root can always be accessed via /var/lib/containersEelco Dolstra2014-03-18
* Add support for running a container with a private network interfaceEelco Dolstra2014-03-18
* Give containers a writable /nix/var/nix/{profiles,gcroots}Eelco Dolstra2014-03-17
* Don't reboot a container when its configuration changesEelco Dolstra2014-03-17
* Provide a simple way to log into containersEelco Dolstra2014-03-17
* Make initialRootPassword overrideable in all virtualisation modules, not just...Rickard Nilsson2014-02-24
* Revert "Add nixosSubmodule option type"Shea Levy2014-02-13
* Revert "Add heterogeneousAttrsOf option type"Shea Levy2014-02-13
* Add heterogeneousAttrsOf option typeShea Levy2014-02-11