mirror of
https://github.com/kmein/niveum
synced 2026-03-29 16:51:07 +02:00
fix(tuna): new syncthing syntax
This commit is contained in:
@@ -19,7 +19,6 @@ in
|
||||
openDefaultPorts = true;
|
||||
configDir = "${mpd-directory}/.config/syncthing";
|
||||
dataDir = "${mpd-directory}/.config/syncthing";
|
||||
declarative = rec {
|
||||
cert = toString <system-secrets/syncthing/cert.pem>;
|
||||
key = toString <system-secrets/syncthing/key.pem>;
|
||||
devices = {
|
||||
@@ -31,7 +30,6 @@ in
|
||||
type = "receiveonly";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user