added syncthing home manager options
This commit is contained in:
parent
b8907010fe
commit
3826c8ab0f
3 changed files with 12 additions and 4 deletions
7
modules/home-manager/syncthing.nix
Normal file
7
modules/home-manager/syncthing.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue