Cleanup
This commit is contained in:
parent
b7f69df3cb
commit
57e3cda074
3 changed files with 21 additions and 27 deletions
7
modules/syncthing.nix
Normal file
7
modules/syncthing.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue