introducing proper jellyfin
This commit is contained in:
parent
bc25bcdc9e
commit
1c3cacdd07
4 changed files with 14 additions and 4 deletions
|
@ -20,6 +20,7 @@
|
|||
./grocy.nix
|
||||
./taskwarrior-pushover.nix
|
||||
#./neo4j.nix
|
||||
./jellyfin.nix
|
||||
|
||||
];
|
||||
|
||||
|
@ -62,8 +63,6 @@
|
|||
services.printing.enable = false;
|
||||
services.smartd.enable = true;
|
||||
|
||||
|
||||
|
||||
# todo move to some place else
|
||||
home-manager.users.mailUser.home.stateVersion = "22.11";
|
||||
|
||||
|
|
6
nixos/machines/pepe/jellyfin.nix
Normal file
6
nixos/machines/pepe/jellyfin.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
services.jellyfin.enable = true;
|
||||
services.jellyfin.openFirewall = true;
|
||||
users.groups."syncthing".members = [ "jellyfin" ];
|
||||
}
|
|
@ -31,7 +31,7 @@
|
|||
]);
|
||||
}
|
||||
{
|
||||
text = "IoT";
|
||||
text = "Home";
|
||||
items = [
|
||||
{
|
||||
label = "HomeAssistant";
|
||||
|
@ -43,6 +43,11 @@
|
|||
href = "http://pepe.private:9666/";
|
||||
image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif";
|
||||
}
|
||||
{
|
||||
label = "Jellyfin";
|
||||
href = "http://pepe:8096/";
|
||||
image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue