tests: transmission is now tested with apparmor

This commit is contained in:
David Izquierdo 2020-06-05 11:57:36 +02:00
parent 9c28e3d35a
commit eafecc8d51
No known key found for this signature in database
GPG key ID: 45E5A418A9A427DB

View file

@ -9,6 +9,8 @@ import ./make-test-python.nix ({ pkgs, ...} : {
networking.firewall.allowedTCPPorts = [ 9091 ];
security.apparmor.enable = true;
services.transmission.enable = true;
};