Skip to content

Commit

Permalink
minimal installer: support cloud-init
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Apr 17, 2018
1 parent b1bdcff commit dbaaa8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
Expand Up @@ -7,4 +7,7 @@
imports =
[ ./installation-cd-base.nix
];

# Enable cloud-init so the image can also be used for cloud providers
services.cloud-init.enable = true;
}

0 comments on commit dbaaa8e

Please sign in to comment.