mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 13:54:38 -05:00
13 lines
154 B
Nix
Executable file
13 lines
154 B
Nix
Executable file
{ devicesFunctions }:
|
|
let
|
|
inherit (devicesFunctions)
|
|
dummy
|
|
;
|
|
in
|
|
{
|
|
name = dummy;
|
|
label = "Canon-TR7620a";
|
|
ip = {
|
|
address0 = "";
|
|
};
|
|
}
|