feat(jellyfin): init jellyfin
This commit is contained in:
parent
3baf81506f
commit
4e2ae9fdfd
5 changed files with 14 additions and 3 deletions
|
@ -35,7 +35,11 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
displayManager.sessionPackages = [cfg.package];
|
||||
gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
|
||||
alqueva.support.wayland = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
./apps.nix
|
||||
./fonts.nix
|
||||
./forgejo.nix
|
||||
./jellyfin.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
@ -48,4 +48,8 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.tmpfiles.users.forgejo.rules = [
|
||||
"L+ %h/data/home/.ssh - - - - %h/.ssh"
|
||||
];
|
||||
}
|
||||
|
|
3
hosts/solterra/jellyfin.nix
Normal file
3
hosts/solterra/jellyfin.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.jellyfin.enable = true;
|
||||
}
|
|
@ -64,8 +64,7 @@ menu {
|
|||
menuitem {
|
||||
background: @base01;
|
||||
margin: 2px;
|
||||
padding: 5px 10px;
|
||||
padding-right: 20px;
|
||||
padding: 5px 30px;
|
||||
}
|
||||
|
||||
menuitem label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue