diff options
author | forficate | 2019-02-01 04:51:48 +1100 |
---|---|---|
committer | Joachim F | 2019-01-31 17:51:48 +0000 |
commit | dd705fb45fd17c078522dedb76ee710ed4d3af4b (patch) | |
tree | 51131909b7b68f13dc96123ebfdf48c169f9cedc /nixos/modules | |
parent | 3d7286946e88b9b7319a3f03006d177227899e59 (diff) |
nixos/transmission: Bug fix Appamor Transmission startup errors (#54873)
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/services/torrent/transmission.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix index 719eb76f42c2..f544928fb6b1 100644 --- a/nixos/modules/services/torrent/transmission.nix +++ b/nixos/modules/services/torrent/transmission.nix @@ -143,6 +143,9 @@ in ${getLib pkgs.lz4}/lib/liblz4*.so* mr, ${getLib pkgs.libkrb5}/lib/lib*.so* mr, ${getLib pkgs.keyutils}/lib/libkeyutils*.so* mr, + ${getLib pkgs.utillinuxMinimal.out}/lib/libblkid.so.* mr, + ${getLib pkgs.utillinuxMinimal.out}/lib/libmount.so.* mr, + ${getLib pkgs.utillinuxMinimal.out}/lib/libuuid.so.* mr, @{PROC}/sys/kernel/random/uuid r, @{PROC}/sys/vm/overcommit_memory r, |