diff --git a/example-vm/default.nix b/example-vm/default.nix index 45dd780..305f847 100644 --- a/example-vm/default.nix +++ b/example-vm/default.nix @@ -1,5 +1,5 @@ { - imports = [ ./vm_config.nix ]; + import = [ ./vm_config.nix ]; time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_US.UTF-8";