From 57fc209f38385dbaee570d27916ef7ece05b3ec5 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Thu, 9 Jul 2026 21:38:54 +0200 Subject: [PATCH] vm: drop serial console kernel param --- modules/vm.nix | 2 -- 1 file changed, 2 deletions(-) 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; }