mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-14 07:44:39 -05:00
14 lines
238 B
Nix
14 lines
238 B
Nix
![]() |
{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";
|
||
|
};
|
||
|
}
|