feat: add syncthing
This commit is contained in:
parent
24c63b4375
commit
3b43500a12
6 changed files with 104 additions and 11 deletions
|
@ -8,6 +8,7 @@
|
|||
./desktop/monitors.nix
|
||||
./vpn.nix
|
||||
./git.nix
|
||||
./syncthing.nix
|
||||
./keybase.nix
|
||||
./signal.nix
|
||||
./browsers
|
||||
|
|
5
home/syncthing.nix
Normal file
5
home/syncthing.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing.tray = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue