This website requires JavaScript.
Explore
Help
Register
Sign In
wgester
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
forked from
colonelpanic/dotfiles
Code
Pull Requests
Activity
761d99e5aa
dotfiles
/
nixos
/
jellyfin.nix
8 lines
92 B
Nix
Raw
Normal View
History
Unescape
Escape
[NixOS] Enable emby on biskcomp
2021-07-10 21:03:33 -06:00
{
pkgs
,
.
.
.
}:
{
[NixOS] Add jellyfin to biskcomp
2021-07-10 21:07:28 -06:00
services
.
jellyfin
=
{
[NixOS] Enable emby on biskcomp
2021-07-10 21:03:33 -06:00
enable
=
true
;
[NixOS] Add jellyfin to ryzen-shine
2021-07-11 12:00:57 -06:00
openFirewall
=
true
;
[NixOS] Enable emby on biskcomp
2021-07-10 21:03:33 -06:00
}
;
}
Copy Permalink