ova: remove stateVersion

This is undefined in the default configuration.nix template.
This commit is contained in:
Matthew Bauer
2019-03-09 14:25:05 -05:00
committed by GitHub
parent 1f8aa8bf1c
commit a923a5bbdc

View File

@@ -57,7 +57,5 @@ with lib;
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
system.stateVersion = mkDefault "18.03";
'';
}