[syncthing] Adds syncthing
This commit is contained in:
7
home-manager/features/notes.nix
Normal file
7
home-manager/features/notes.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user