mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
syncthing: newton/serverle remove dataDir setting
This commit is contained in:
parent
92ceed2b27
commit
cd9f8bcfbd
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
dataDir = "/srv/data";
|
|
||||||
key = config.sops.secrets."syncthing/key".path;
|
key = config.sops.secrets."syncthing/key".path;
|
||||||
cert = config.sops.secrets."syncthing/cert".path;
|
cert = config.sops.secrets."syncthing/cert".path;
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
dataDir = "/srv/data";
|
|
||||||
key = config.sops.secrets."syncthing/key".path;
|
key = config.sops.secrets."syncthing/key".path;
|
||||||
cert = config.sops.secrets."syncthing/cert".path;
|
cert = config.sops.secrets."syncthing/cert".path;
|
||||||
devices = {
|
devices = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue