reformat after update

This commit is contained in:
Jörg Thalheim
2025-01-14 15:30:29 +01:00
parent 0ef777b3c2
commit 3bcbc8fa3d
17 changed files with 37 additions and 35 deletions

View File

@@ -99,8 +99,8 @@ def qemu_command(
portmap = {}
kernel_cmdline = [
(Path(nixos_config["toplevel"]) / "kernel-params").read_text(),
f'init={nixos_config["toplevel"]}/init',
f'regInfo={nixos_config["regInfo"]}/registration',
f"init={nixos_config['toplevel']}/init",
f"regInfo={nixos_config['regInfo']}/registration",
"console=hvc0",
]
if not vm.waypipe.enable: