diff --git a/modules/vm.nix b/modules/vm.nix index d2ca7eb..88d29f3 100644 --- a/modules/vm.nix +++ b/modules/vm.nix @@ -12,7 +12,5 @@ boot.growPartition = lib.mkDefault true; - boot.kernelParams = [ "console=ttyS0" ]; - services.spice-vdagentd.enable = lib.mkDefault true; }