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

lastFile:vars/per-machine/stellio/yggdrasil/privateKey/secret
This commit is contained in:
2026-08-19 17:56:29 +07:00
parent 88ac5cbd83
commit b9210ee837
52 changed files with 605 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{ 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";
};
};
}