style: formatting fixes

This commit is contained in:
2025-09-03 11:45:12 +02:00
parent 7d198f1996
commit 5b2582afdd
3 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ in {
qemu
virt-manager
];
systemd.tmpfiles.rules = [ "L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
systemd.tmpfiles.rules = ["L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware"];
boot.binfmt.emulatedSystems = ["aarch64-linux"];
};
}