This commit is contained in:
Tim Schubert 2020-10-17 13:05:15 +02:00
parent b7f69df3cb
commit 57e3cda074
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
3 changed files with 21 additions and 27 deletions

7
modules/syncthing.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, pkgs, lib, ... }:
{
services.syncthing = {
enable = true;
tray = false;
};
}