nixos: doc: move non-service parts of service.nixosManual to documentation.nixos
This commit is contained in:
@@ -22,7 +22,7 @@ with lib;
|
||||
config = {
|
||||
|
||||
# Enable in installer, even if the minimal profile disables it.
|
||||
services.nixosManual.enable = mkForce true;
|
||||
documentation.nixos.enable = mkForce true;
|
||||
|
||||
# Show the manual.
|
||||
services.nixosManual.showManual = true;
|
||||
|
||||
Reference in New Issue
Block a user