nixos/nspawn-container: don't enable console
Serial terminals should work regardless of vconsole settings now
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user