mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-12-24 02:00:19 +01:00
challenger/audiobookshelf: fix mount order
This commit is contained in:
@@ -18,6 +18,7 @@ in {
|
||||
};
|
||||
|
||||
systemd.services.audiobookshelf = {
|
||||
requires = [ "var-lib-audiobookshelf.mount" ];
|
||||
serviceConfig = {
|
||||
# Better safe than sorry :)
|
||||
CapabilityBoundingSet = "";
|
||||
|
||||
Reference in New Issue
Block a user