+10
-18
nixos/lib/make-options-doc/default.nix
+10
-18
nixos/lib/make-options-doc/default.nix
·········
+2
-3
nixos/modules/installer/tools/nixos-build-vms/build-vms.nix
+2
-3
nixos/modules/installer/tools/nixos-build-vms/build-vms.nix
···interactiveDriver = (testing.makeTest { inherit nodes; name = "network"; testScript = "start_all(); join_all();"; }).test.driverInteractive;
+1
-2
nixos/modules/misc/documentation.nix
+1
-2
nixos/modules/misc/documentation.nix
···
+8
-8
nixos/modules/virtualisation/brightbox-image.nix
+8
-8
nixos/modules/virtualisation/brightbox-image.nix
···diskImageBase = "nixos-image-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.raw";
+9
-10
nixos/modules/virtualisation/qemu-vm.nix
+9
-10
nixos/modules/virtualisation/qemu-vm.nix
·········
+3
-5
nixos/tests/step-ca.nix
+3
-5
nixos/tests/step-ca.nix
···-step certificate create "Example Root CA" $out/root_ca.crt $out/root_ca.key --password-file=$out/root-password-file --profile root-ca-step certificate create "Example Intermediate CA 1" $out/intermediate_ca.crt $out/intermediate_ca.key --password-file=$out/intermediate-password-file --ca-password-file=$out/root-password-file --profile intermediate-ca --ca $out/root_ca.crt --ca-key $out/root_ca.key+${pkgs.step-cli}/bin/step certificate create "Example Root CA" $out/root_ca.crt $out/root_ca.key --password-file=$out/root-password-file --profile root-ca+${pkgs.step-cli}/bin/step certificate create "Example Intermediate CA 1" $out/intermediate_ca.crt $out/intermediate_ca.key --password-file=$out/intermediate-password-file --ca-password-file=$out/root-password-file --profile intermediate-ca --ca $out/root_ca.crt --ca-key $out/root_ca.key