manatee: nixfmt
This commit is contained in:
@@ -47,11 +47,13 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
mod.homepage.services = [{
|
||||
name = "Jellyfin";
|
||||
port = 8096;
|
||||
description = "Media streaming";
|
||||
}];
|
||||
mod.homepage.services = [
|
||||
{
|
||||
name = "Jellyfin";
|
||||
port = 8096;
|
||||
description = "Media streaming";
|
||||
}
|
||||
];
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [ 8096 ];
|
||||
|
||||
Reference in New Issue
Block a user