nixos/nspawn-container: don't enable console

Serial terminals should work regardless of vconsole settings now
This commit is contained in:
Arian van Putten
2026-02-02 16:32:40 +01:00
parent 1ad99d9e4b
commit 2b1adfc10d
@@ -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}"