Make syncthing configurable per host
This commit is contained in:
parent
5f8bb22a90
commit
7e3743d470
4 changed files with 17 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
features = {
|
||||
cli = {
|
||||
direnv.enable = true;
|
||||
syncthing.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
features = {
|
||||
cli = {
|
||||
direnv.enable = true;
|
||||
syncthing.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
features = {
|
||||
cli = {
|
||||
direnv.enable = true;
|
||||
syncthing.enable = true;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue