Try pre-commit and formatting with alejandra
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
0eb6154c32
commit
32b60f1ff9
16 changed files with 325 additions and 248 deletions
|
@ -21,7 +21,7 @@ in {
|
|||
};
|
||||
systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = "iHD";
|
||||
environment = {
|
||||
sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; };
|
||||
sessionVariables = {LIBVA_DRIVER_NAME = "iHD";};
|
||||
systemPackages = with pkgs; [
|
||||
cifs-utils
|
||||
s-tui
|
||||
|
@ -56,7 +56,7 @@ in {
|
|||
acquisitions = [
|
||||
{
|
||||
source = "journalctl";
|
||||
journalctl_filter = [ "_SYSTEMD_UNIT=jellyfin.service" ];
|
||||
journalctl_filter = ["_SYSTEMD_UNIT=jellyfin.service"];
|
||||
labels = {
|
||||
type = "syslog";
|
||||
};
|
||||
|
@ -64,7 +64,7 @@ in {
|
|||
];
|
||||
};
|
||||
};
|
||||
jellyfin= {
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
user = "tbarnouin";
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue