1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-27 03:26:50 +03:00
nixpkgs/nixos/modules/security/apparmor/profiles.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
139 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
let
apparmor = config.security.apparmor;
in
{
config.security.apparmor.packages = [ pkgs.apparmor-profiles ];
}