openstack is banned
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
b89eeaea6e
commit
3a7506c30d
2
nixos.go
2
nixos.go
|
@ -4,7 +4,7 @@ import "path/filepath"
|
|||
|
||||
func mkNixOSImage(configFname, cacheDir, vmID string) (string, error) {
|
||||
outputFname := filepath.Join(cacheDir, "nixos", vmID)
|
||||
err := run("nix-shell", "-p", "nixos-generators", "--run", "nixos-generate -f openstack -o "+outputFname+" -c "+configFname)
|
||||
err := run("nix-shell", "-p", "nixos-generators", "--run", "nixos-generate -f qcow -o "+outputFname+" -c "+configFname)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue