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" ]; + }; }; };