diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 6307d914..f1525707 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -20,9 +20,6 @@ environment.systemPackages = with pkgs; [ git ]; - modules = { - services.ssh.enable = true; - editors.neovim.enable = true; - }; + modules.services.ssh.enable = true; }