diff --git a/configs/tuna.nix b/configs/tuna.nix index db6589a..f1df635 100644 --- a/configs/tuna.nix +++ b/configs/tuna.nix @@ -19,17 +19,15 @@ in openDefaultPorts = true; configDir = "${mpd-directory}/.config/syncthing"; dataDir = "${mpd-directory}/.config/syncthing"; - declarative = rec { - cert = toString ; - key = toString ; - devices = { - inherit ((import ).syncthing.devices) kabsa manakish heym; - }; - folders.${config.services.mpd.musicDirectory} = { - devices = [ "heym" "kabsa" "manakish" ]; - id = "music"; - type = "receiveonly"; - }; + cert = toString ; + key = toString ; + devices = { + inherit ((import ).syncthing.devices) kabsa manakish heym; + }; + folders.${config.services.mpd.musicDirectory} = { + devices = [ "heym" "kabsa" "manakish" ]; + id = "music"; + type = "receiveonly"; }; };