diff options
Diffstat (limited to 'profiles/core/syncthing.nix')
| -rw-r--r-- | profiles/core/syncthing.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/core/syncthing.nix b/profiles/core/syncthing.nix new file mode 100644 index 0000000..ecb633c --- /dev/null +++ b/profiles/core/syncthing.nix @@ -0,0 +1,6 @@ +{lib,...}: with lib; { + services.syncthing = { + enable = true; + user = ivi.username; + }; +} |
