tests: transmission is now tested with apparmor
This commit is contained in:
parent
9c28e3d35a
commit
eafecc8d51
@ -9,6 +9,8 @@ import ./make-test-python.nix ({ pkgs, ...} : {
|
|||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 9091 ];
|
networking.firewall.allowedTCPPorts = [ 9091 ];
|
||||||
|
|
||||||
|
security.apparmor.enable = true;
|
||||||
|
|
||||||
services.transmission.enable = true;
|
services.transmission.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user