Move syncthing data dir
This commit is contained in:
parent
1bf44a018c
commit
971ba58aae
|
@ -4,7 +4,7 @@ let
|
||||||
# due to the way the syncthing module is written
|
# due to the way the syncthing module is written
|
||||||
user = config.satellite.pilot.name;
|
user = config.satellite.pilot.name;
|
||||||
group = "syncthing";
|
group = "syncthing";
|
||||||
dataDir = "/persist/data/syncthing";
|
dataDir = "/persist/state/syncthing";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGfOoqEHKR8Cy1GF0XTqMiotJvv5BaHA9u4abTQRSIPO adrielus@lapetus
|
|
Loading…
Reference in a new issue