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, ...}: {pkgs, config, ...}:
let let
cfg = config.security.apparmor; cfg = config.security.apparmor;
in in
with pkgs.lib; with pkgs.lib;
{ {
###### interface ###### interface
@ -14,8 +17,8 @@ with pkgs.lib;
enable = mkOption { enable = mkOption {
default = false; default = false;
description = '' description = ''
Enable AppArmor application security system. Enable only if you want to further improve Enable AppArmor application security system. Enable only if
AppArmor. you want to further improve AppArmor.
''; '';
}; };