feat: add syncthing
This commit is contained in:
parent
24c63b4375
commit
3b43500a12
6 changed files with 104 additions and 11 deletions
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