about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-03-09 14:25:05 -0500
committerGitHub <noreply@github.com>2019-03-09 14:25:05 -0500
commita923a5bbdc14a4461faa9673c385c1a6c3810411 (patch)
treef0cac089bedb0c9622ceeda0d65aa307f688a298 /nixos
parent1f8aa8bf1c66f1e816bee550e34d2c0aa0bd40c7 (diff)
ova: remove stateVersion
This is undefined in the default configuration.nix template.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/installer/virtualbox-demo.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/installer/virtualbox-demo.nix b/nixos/modules/installer/virtualbox-demo.nix
index 2e1b4b3998b55..af3e1aecca713 100644
--- a/nixos/modules/installer/virtualbox-demo.nix
+++ b/nixos/modules/installer/virtualbox-demo.nix
@@ -57,7 +57,5 @@ with lib;
 
   # Enable the OpenSSH daemon.
   # services.openssh.enable = true;
-
-  system.stateVersion = mkDefault "18.03";
   '';
 }