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} \
|
||||
-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 = {
|
||||
|
|
Loading…
Reference in a new issue