mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
13 lines
238 B
Nix
Executable file
13 lines
238 B
Nix
Executable file
{devicesFunctions}: let
|
|
inherit
|
|
(devicesFunctions)
|
|
dummy
|
|
;
|
|
in {
|
|
name = "pixel";
|
|
label = dummy;
|
|
sync = "RMDKNJY-BTX6FYF-G6SR332-WS6HARI-PF74SC6-VPBSGRQ-MKVQZEQ-KSIB6QV";
|
|
ip = {
|
|
address0 = "192.168.50.243";
|
|
};
|
|
}
|