Compare commits
2 commits
38b26a082f
...
744c2c6834
| Author | SHA1 | Date | |
|---|---|---|---|
| 744c2c6834 | |||
| f2fc3959b1 |
2 changed files with 15 additions and 2 deletions
|
|
@ -17,7 +17,20 @@ in {
|
||||||
command = "syncthingtray --wait";
|
command = "syncthingtray --wait";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: add folders here
|
settings = {
|
||||||
|
devices = {
|
||||||
|
"flubber-machine".id = "SV57W5W-VVVCHWP-GDXFBNV-KR6JD2Y-VZD2HRZ-PYNCWIW-PJPPARY-WBWOTQX";
|
||||||
|
"goopnet-interface".id = "XYWF35P-63PTNW2-EQ5NBZQ-UTWUI3Y-AL7LQML-2LOGGKK-2CDF2ZY-HFTZ3QW";
|
||||||
|
"reid's phone".id = "K5BTLBX-CXPTGML-ZXO4RBJ-AULCVKU-BZ6IXLO-DLGB4CK-AVDOFNA-3LB42AC";
|
||||||
|
};
|
||||||
|
|
||||||
|
folders = {
|
||||||
|
"default sync folder" = {
|
||||||
|
id = "default";
|
||||||
|
path = "~/sync";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue