From 2b1adfc10d90f90748e21eb8eeff3f6687f278f7 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Mon, 2 Feb 2026 16:32:40 +0100 Subject: [PATCH] nixos/nspawn-container: don't enable console Serial terminals should work regardless of vconsole settings now --- nixos/modules/virtualisation/nspawn-container/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/virtualisation/nspawn-container/default.nix b/nixos/modules/virtualisation/nspawn-container/default.nix index f56167ca0b07..7f3ebf153997 100644 --- a/nixos/modules/virtualisation/nspawn-container/default.nix +++ b/nixos/modules/virtualisation/nspawn-container/default.nix @@ -109,9 +109,6 @@ in } ]; - # TODO(arianvp): Remove after https://github.com/NixOS/nixpkgs/pull/480686 is merged - console.enable = true; - virtualisation.systemd-nspawn.options = [ "--private-network" "--machine=${config.system.name}"