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