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