jellyfin config should be in server definition, not machine definition

This commit is contained in:
Haak Saxberg 2023-11-19 17:05:22 -08:00
parent c6dc5b4c9d
commit bdb9cbfb13
3 changed files with 8 additions and 5 deletions

View file

@ -11,7 +11,6 @@
./hardware-configuration.nix
./glibc-locale-paths.nix
../common/users.nix
../../home/programs/jellyfin
];
# Use the systemd-boot EFI boot loader.
@ -106,9 +105,6 @@
];
};
# 2. override default hardening measure from NixOS - this is default since 22.05
systemd.services.jellyfin.serviceConfig.PrivateDevices = lib.mkForce false;
# Enable touchpad support.
# services.xserver.libinput.enable = true;