[NixOS] Add jellyfin to biskcomp

This commit is contained in:
Ivan Malison 2021-07-10 21:07:28 -06:00
parent 7761df6ce3
commit 7a65c2f7f4
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services.emby = { services.jellyfin = {
enable = true; enable = true;
}; };
} }

View File

@ -1,8 +1,8 @@
{ {
imports = [ imports = [
../raspberry-pi.nix ../raspberry-pi.nix
../emby.nix ../jellyfin.nix
../internet-computer.nix # ../internet-computer.nix
]; ];
networking.hostName = "biskcomp"; networking.hostName = "biskcomp";