forked from colonelpanic/dotfiles
[NixOS] Add jellyfin to biskcomp
This commit is contained in:
parent
7761df6ce3
commit
7a65c2f7f4
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.emby = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user