Skip to content

Commit

Permalink
ova: remove stateVersion
Browse files Browse the repository at this point in the history
This is undefined in the default configuration.nix template.
  • Loading branch information
matthewbauer committed Mar 9, 2019
1 parent 1f8aa8b commit a923a5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/installer/virtualbox-demo.nix
Expand Up @@ -57,7 +57,5 @@ with lib;
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
system.stateVersion = mkDefault "18.03";
'';
}

2 comments on commit a923a5b

@grahamc
Copy link
Member

@grahamc grahamc commented on a923a5b Mar 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be defined, though?

@matthewbauer
Copy link
Member Author

@matthewbauer matthewbauer commented on a923a5b Mar 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Err sorry mkDefault is undefined. It maybe should be set though? I just noticed that it was broken on nixos-rebuild in the ova. We would need to put with lib somewhere above though

Please sign in to comment.