about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/docker-image.nix
Commit message (Collapse)AuthorAge
* container.nix -> docker-container.nixEelco Dolstra2015-04-19
|
* 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: 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.
* nixos: virtualisation, add basic docker nixos imageJaka Hudoklin2014-08-25