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:
parent
1f376114f9
commit
26e58b8f24
1 changed files with 3 additions and 2 deletions
|
@ -13,11 +13,12 @@
|
||||||
];
|
];
|
||||||
} ''
|
} ''
|
||||||
magick ${image} \
|
magick ${image} \
|
||||||
|
-monitor \
|
||||||
-bordercolor white \
|
-bordercolor white \
|
||||||
-border 1x1 \
|
-border 1x1 \
|
||||||
-alpha set \
|
-alpha set \
|
||||||
-channel RGBA \
|
-channel RGBA \
|
||||||
-fuzz ${toString fuzz}% \
|
-fuzz ${builtins.toString fuzz}% \
|
||||||
-fill none \
|
-fill none \
|
||||||
-floodfill +0+0 white \
|
-floodfill +0+0 white \
|
||||||
-shave 1x1 \
|
-shave 1x1 \
|
||||||
|
@ -145,7 +146,7 @@
|
||||||
nodes.cheetah = {
|
nodes.cheetah = {
|
||||||
deviceType = "device";
|
deviceType = "device";
|
||||||
hardware = {
|
hardware = {
|
||||||
info = "Goole Pixel 7 Pro (cheetah)";
|
info = "Google Pixel 7 Pro (cheetah)";
|
||||||
image = images.cheetah;
|
image = images.cheetah;
|
||||||
};
|
};
|
||||||
interfaces.wlan0 = {
|
interfaces.wlan0 = {
|
||||||
|
|
Loading…
Reference in a new issue