[NixOS] Enable emby on biskcomp
This commit is contained in:
6
nixos/emby.nix
Normal file
6
nixos/emby.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.emby = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
../raspberry-pi.nix
|
||||
# ../plex.nix
|
||||
../emby.nix
|
||||
../internet-computer.nix
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user