fix indentation in several nixos option descriptions
This commit is contained in:
committed by
Jörg Thalheim
parent
1946e872c0
commit
e5cefadef7
@@ -44,10 +44,10 @@ in
|
||||
copyKernels = mkOption {
|
||||
default = false;
|
||||
type = types.bool;
|
||||
description = "
|
||||
description = ''
|
||||
Whether copy the necessary boot files into /boot, so
|
||||
/nix/store is not needed by the boot loader.
|
||||
";
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user