mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
12 lines
173 B
Nix
12 lines
173 B
Nix
{devicesFunctions}: let
|
|
inherit
|
|
(devicesFunctions)
|
|
dummy
|
|
;
|
|
in {
|
|
name = dummy;
|
|
label = "Brother-HL-2170W";
|
|
ip = {
|
|
address0 = "192.168.50.195";
|
|
};
|
|
}
|