mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
17 lines
356 B
Nix
Executable file
17 lines
356 B
Nix
Executable file
{ devicesFunctions }:
|
|
let
|
|
inherit (devicesFunctions)
|
|
dummy
|
|
;
|
|
in
|
|
{
|
|
name = "pixel";
|
|
label = dummy;
|
|
sync = {
|
|
address0 = "RMDKNJY-BTX6FYF-G6SR332-WS6HARI-PF74SC6-VPBSGRQ-MKVQZEQ-KSIB6QV"; # User0
|
|
address1 = "RUKSHY4-UCBYRVG-CVYFCMU-M3NLA3Q-JINRF5V-YPR5W32-TEIBJN6-DNQRCAR"; # User2
|
|
};
|
|
ip = {
|
|
address0 = "192.168.50.243";
|
|
};
|
|
}
|