[NixOS] Add jellyfin to ryzen-shine

This commit is contained in:
Ivan Malison 2021-07-11 12:00:57 -06:00
parent a58d6d4634
commit 01e84f2b0f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,6 @@
{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}

View File

@ -7,6 +7,7 @@
imports = [
../full.nix
../dfinity.nix
../jellyfin.nix
];
networking.interfaces.enp5s0.useDHCP = true;