Remove tabs

This commit is contained in:
Eelco Dolstra 2013-05-13 15:13:06 +02:00
parent 2c4db1a6cf
commit f5233bbf82
2 changed files with 22 additions and 19 deletions

View File

@ -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.
'';
};