Remove tabs
This commit is contained in:
parent
2c4db1a6cf
commit
f5233bbf82
@ -1,8 +1,11 @@
|
||||
{pkgs, config, ...}:
|
||||
|
||||
let
|
||||
cfg = config.security.apparmor;
|
||||
in
|
||||
|
||||
with pkgs.lib;
|
||||
|
||||
{
|
||||
|
||||
###### interface
|
||||
@ -14,8 +17,8 @@ with pkgs.lib;
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = ''
|
||||
Enable AppArmor application security system. Enable only if you want to further improve
|
||||
AppArmor.
|
||||
Enable AppArmor application security system. Enable only if
|
||||
you want to further improve AppArmor.
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user