chore(topology): cleanup

`cheetah` name typo
explicit use of `builtins`
(also added `-monitor` to `magick` but it does not seem to help much)
This commit is contained in:
reo101 2024-08-27 23:32:42 +03:00
parent 1f376114f9
commit 26e58b8f24
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -13,11 +13,12 @@
];
} ''
magick ${image} \
-monitor \
-bordercolor white \
-border 1x1 \
-alpha set \
-channel RGBA \
-fuzz ${toString fuzz}% \
-fuzz ${builtins.toString fuzz}% \
-fill none \
-floodfill +0+0 white \
-shave 1x1 \
@ -145,7 +146,7 @@
nodes.cheetah = {
deviceType = "device";
hardware = {
info = "Goole Pixel 7 Pro (cheetah)";
info = "Google Pixel 7 Pro (cheetah)";
image = images.cheetah;
};
interfaces.wlan0 = {