From 8a761aafdafb0f82d6034eb59ef510f26aad96da Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 4 Mar 2023 10:34:26 +0100 Subject: [PATCH] sombrero: Sync audiobooks --- hosts/sombrero/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 3b552c1..a5d7f11 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -218,6 +218,11 @@ }; }; }; + + "audiobooks" = { + path = "/home/alex/media/sync/audiobooks"; + devices = [ "phone" ]; + }; }; };