mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat(nixos): add syncthing
This commit is contained in:
parent
e48531001b
commit
d887ce84e1
2 changed files with 7 additions and 0 deletions
|
@ -7,5 +7,6 @@
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
./restic.nix
|
./restic.nix
|
||||||
|
./syncthing.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
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