We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65489e7 commit 12fcd2dCopy full SHA for 12fcd2d
examples/vm.nix
@@ -1,4 +1,5 @@
1
{ pkgs, ... }: {
2
boot.kernelPackages = pkgs.linuxPackages_latest;
3
services.openssh.enable = true;
4
+ documentation.enable = false;
5
}
0 commit comments