dotfiles/modules/config/devices/config/printers/printer1.nix
2025-10-01 19:51:55 -05:00

12 lines
181 B
Nix
Executable file

{ moduleFunctions }:
let
inherit (moduleFunctions.devicesFunctions) brotherIP dummy;
in
{
name = dummy;
label = "Brother-HL-2170W";
ip = {
address0 = brotherIP;
};
}