mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-27 11:36:29 +03:00
6 lines
140 B
Nix
6 lines
140 B
Nix
![]() |
{ config, lib, pkgs, ... }:
|
||
|
let apparmor = config.security.apparmor; in
|
||
|
{
|
||
|
config.security.apparmor.packages = [ pkgs.apparmor-profiles ];
|
||
|
}
|