mob next [ci-skip] [ci skip] [skip ci]

lastFile:vars/shared/wifi.home/password/secret
This commit is contained in:
2026-08-10 18:49:52 +07:00
parent 1c7d0bb388
commit d2d9ed2f4b
59 changed files with 655 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{ inputs, ... }: {
disko = {
imageBuilder = {
# Avoid double emulation to significantly speed up image building process.
# Update the system according to your host system.
# See https://github.com/nix-community/disko/issues/856
qemu =
inputs.nixpkgs.legacyPackages.x86_64-linux.qemu
+ "/bin/qemu-system-aarch64 -M virt -cpu cortex-a57";
};
# Default image size is 2G for a small basic CLI system.
# devices.disk.main.imageSize = "2G";
};
}