mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
Enable syncthing in p71
This commit is contained in:
parent
2a0ab3df15
commit
a42e2ef08e
3 changed files with 10 additions and 5 deletions
9
modules/syncthing.nix
Normal file
9
modules/syncthing.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
user = "srid";
|
||||
dataDir = "/home/srid";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue