[NixOS] Add jellyfin to biskcomp
This commit is contained in:
parent
7761df6ce3
commit
7a65c2f7f4
@ -1,6 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.emby = {
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
imports = [
|
||||
../raspberry-pi.nix
|
||||
../emby.nix
|
||||
../internet-computer.nix
|
||||
../jellyfin.nix
|
||||
# ../internet-computer.nix
|
||||
];
|
||||
|
||||
networking.hostName = "biskcomp";
|
||||
|
Loading…
Reference in New Issue
Block a user