mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-13 07:14:40 -05:00
16 lines
259 B
Nix
Executable file
16 lines
259 B
Nix
Executable file
{ devicesFunctions }:
|
|
let
|
|
inherit (devicesFunctions)
|
|
dummy
|
|
;
|
|
in
|
|
{
|
|
name = "tablet";
|
|
label = dummy;
|
|
sync = {
|
|
address0 = "I2ZSCZU-T4JMUJJ-XCUQ3MY-G5EUFZ5-KRG2DRY-XIBJZZM-FQW3UMY-CBCTUQU";
|
|
};
|
|
ip = {
|
|
address0 = "192.168.50.189";
|
|
};
|
|
}
|