nixos: doc: move non-service parts of service.nixosManual to documentation.nixos

This commit is contained in:
Jan Malakhovski
2018-09-23 20:50:47 +00:00
parent fe744d3fb1
commit 0f3b89bbed
8 changed files with 126 additions and 109 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import ./make-test.nix ({ pkgs, ...} : rec {
{ swapDevices = mkOverride 0
[ { device = "/root/swapfile"; size = 128; } ];
environment.variables.EDITOR = mkOverride 0 "emacs";
services.nixosManual.enable = mkOverride 0 true;
documentation.nixos.enable = mkOverride 0 true;
systemd.tmpfiles.rules = [ "d /tmp 1777 root root 10d" ];
fileSystems = mkVMOverride { "/tmp2" =
{ fsType = "tmpfs";