dotfiles/config/devices/config/phone.nix

14 lines
238 B
Nix
Raw Normal View History

2024-11-10 01:29:37 -06:00
{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";
};
}