Add Mopidy to kernighan
This commit is contained in:
parent
8931450834
commit
850cbe95d4
|
@ -7,6 +7,7 @@
|
|||
../shared/shared-configuration.nix
|
||||
./kernighan-hardware.nix
|
||||
./services/nginx.nix
|
||||
./services/mopidy.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
services.mopidy = {
|
||||
enable = true;
|
||||
|
||||
extensionPackages = with pkgs; [
|
||||
mopidy-spotify
|
||||
mopidy-mpd
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue