mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat(nixos): add syncthing
This commit is contained in:
parent
e48531001b
commit
d887ce84e1
2 changed files with 7 additions and 0 deletions
6
hosts/nixos/modules/services/syncthing.nix
Normal file
6
hosts/nixos/modules/services/syncthing.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
extraFlags = [ "--no-default-folder" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue