Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 1fc7548

Browse files
committed
flake.nix: Change image format to qcow (.qcow2)
1 parent 8e9a855 commit 1fc7548

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
modules = [
2424
./lima.nix
2525
];
26-
format = "raw-efi";
26+
format = "qcow-efi";
2727
};
2828
};
2929
}) // {

nixos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
arch: "aarch64"
22

33
images:
4-
- location: "./result/nixos.img"
4+
- location: "./result/nixos.qcow2"
55
arch: "aarch64"
6-
- location: "./imgs/nixos-x86.img"
6+
- location: "./imgs/nixos-x86.qcow2"
77
arch: "x86_64"
88

99
cpus: 6

0 commit comments

Comments
 (0)