[NixOS] Enable emby on biskcomp
This commit is contained in:
parent
e88d7edbe0
commit
7761df6ce3
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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user