Merge pull request #89532 from DIzFer/transmission-apparmor-test

tests: transmission is now tested with apparmor
This commit is contained in:
Lassulus 2020-08-22 15:26:34 +02:00 committed by GitHub
commit ab5a1fee33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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