dotfiles/config/devices/config/phone.nix
2024-11-10 23:40:39 -06:00

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";
};
}