Update webservices.nix
This commit is contained in:
parent
97e1b79bba
commit
6b3a71f93e
1 changed files with 6 additions and 1 deletions
|
|
@ -2,4 +2,9 @@
|
|||
{
|
||||
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||
|
||||
}
|
||||
# Jellyfin
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue