Skip to content

Commit 12fcd2d

Browse files
committed
vm.nix: disable documentation
1 parent 65489e7 commit 12fcd2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/vm.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ pkgs, ... }: {
22
boot.kernelPackages = pkgs.linuxPackages_latest;
33
services.openssh.enable = true;
4+
documentation.enable = false;
45
}

0 commit comments

Comments
 (0)