jellyfin config should be in server definition, not machine definition
This commit is contained in:
parent
c6dc5b4c9d
commit
bdb9cbfb13
3 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue