418 current 2025-06-09 01:58:50 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
12
system/services/syncthing/default.nix
Normal file
12
system/services/syncthing/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
# user = "synchronous";
|
||||
# group = "syncthing";
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user