summary refs log tree commit diff
path: root/nixos/tests/transmission.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/transmission.nix')
-rw-r--r--nixos/tests/transmission.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/transmission.nix b/nixos/tests/transmission.nix
index f4f2186be1f..37c0352dcfb 100644
--- a/nixos/tests/transmission.nix
+++ b/nixos/tests/transmission.nix
@@ -9,6 +9,8 @@ import ./make-test-python.nix ({ pkgs, ...} : {
 
     networking.firewall.allowedTCPPorts = [ 9091 ];
 
+    security.apparmor.enable = true;
+
     services.transmission.enable = true;
   };