mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: changed naming convention
This commit is contained in:
parent
fcb256eb2b
commit
68138fdb01
6 changed files with 9 additions and 25 deletions
|
@ -5,8 +5,8 @@ let
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
label = "Callisto";
|
label = "Charon";
|
||||||
name = "callisto";
|
name = "charon";
|
||||||
sync = {
|
sync = {
|
||||||
address0 = "";
|
address0 = "";
|
||||||
};
|
};
|
|
@ -5,8 +5,8 @@ let
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
label = "Ganymede";
|
label = "Deimos";
|
||||||
name = "ganymede";
|
name = "deimos";
|
||||||
sync = {
|
sync = {
|
||||||
address0 = "";
|
address0 = "";
|
||||||
};
|
};
|
|
@ -6,8 +6,8 @@ let
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
label = "Jupiter";
|
label = "Mars";
|
||||||
name = "jupiter";
|
name = "mars";
|
||||||
sync = {
|
sync = {
|
||||||
address0 = "";
|
address0 = "";
|
||||||
};
|
};
|
|
@ -11,7 +11,7 @@ let
|
||||||
user0Name = "Nick";
|
user0Name = "Nick";
|
||||||
user1Name = "Garnet";
|
user1Name = "Garnet";
|
||||||
synologyName = "synology";
|
synologyName = "synology";
|
||||||
synologyIP = "192.168.50.209";
|
synologyIP = "192.168.50.210";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
label = "Synology";
|
label = "Synology";
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{ devicesFunctions }:
|
|
||||||
let
|
|
||||||
inherit (devicesFunctions)
|
|
||||||
dummy
|
|
||||||
;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
name = "tablet";
|
|
||||||
label = dummy;
|
|
||||||
sync = {
|
|
||||||
address0 = "I2ZSCZU-T4JMUJJ-XCUQ3MY-G5EUFZ5-KRG2DRY-XIBJZZM-FQW3UMY-CBCTUQU";
|
|
||||||
};
|
|
||||||
ip = {
|
|
||||||
address0 = "192.168.50.189";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -8,8 +8,8 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
label = "Saturn";
|
label = "Venus";
|
||||||
name = "saturn";
|
name = "venus";
|
||||||
ip = {
|
ip = {
|
||||||
address0 = "192.168.58.104";
|
address0 = "192.168.58.104";
|
||||||
};
|
};
|
Loading…
Add table
Add a link
Reference in a new issue