mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 13:07:13 -06:00
12 lines
181 B
Nix
Executable file
12 lines
181 B
Nix
Executable file
{ moduleFunctions }:
|
|
let
|
|
inherit (moduleFunctions.devicesFunctions) brotherIP dummy;
|
|
|
|
in
|
|
{
|
|
name = dummy;
|
|
label = "Brother-HL-2170W";
|
|
ip = {
|
|
address0 = brotherIP;
|
|
};
|
|
}
|