[NixOS] Add jellyfin to ryzen-shine
This commit is contained in:
parent
a58d6d4634
commit
01e84f2b0f
@ -2,5 +2,6 @@
|
|||||||
{
|
{
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../full.nix
|
../full.nix
|
||||||
../dfinity.nix
|
../dfinity.nix
|
||||||
|
../jellyfin.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.interfaces.enp5s0.useDHCP = true;
|
networking.interfaces.enp5s0.useDHCP = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user