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

lastFile:machines/anser/configuration.nix
This commit is contained in:
2026-07-28 17:27:25 +07:00
parent 94f397a137
commit 5105c1234b
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -448,7 +448,7 @@
name = "wifi";
input = "clan-community";
};
roles.default.machines."anser".settings.home = { };
roles.default.machines."anser".settings.networks.home = { };
};
};
+5
View File
@@ -1,5 +1,6 @@
{
inputs,
pkgs,
...
}:
{
@@ -22,4 +23,8 @@
"loglevel=4"
];
image.modules.sd-card.sdImage.postBuildCommands = ''
dd if=${pkgs.ubootRadxaZero3W}/u-boot-rockchip.bin of=$img conv=fsync,notrunc bs=512 seek=64
'';
}