mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/anser/configuration.nix
This commit is contained in:
@@ -448,7 +448,7 @@
|
|||||||
name = "wifi";
|
name = "wifi";
|
||||||
input = "clan-community";
|
input = "clan-community";
|
||||||
};
|
};
|
||||||
roles.default.machines."anser".settings.home = { };
|
roles.default.machines."anser".settings.networks.home = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
@@ -22,4 +23,8 @@
|
|||||||
"loglevel=4"
|
"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
|
||||||
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user