cb9f03d519
This is adapted from the `services.mopidy` NixOS module. The difference is the setting can be configured with Nix language, taking advantage of generators from nixpkgs. The module is also suited more for user-specific configuration, removing the `extraConfigFiles` and `dataDir` option.
2 lines
60 B
Nix
2 lines
60 B
Nix
{ mopidy-basic-configuration = ./basic-configuration.nix; }
|