+1
-1
nixos/doc/manual/installation/installing-behind-a-proxy.xml
+1
-1
nixos/doc/manual/installation/installing-behind-a-proxy.xml
···
+44
nixos/doc/manual/release-notes/rl-2009.xml
+44
nixos/doc/manual/release-notes/rl-2009.xml
···<link xlink:href="https://github.com/gollum/gollum/wiki/5.0-release-notes#migrating-your-wiki">here</link>.+<link xlink:href="#opt-specialisation._name_.inheritParentConfig">inheritParentConfig</link> = false;+# sudo /run/current-system/specialisation/example-sub-configuration/bin/switch-to-configuration test
+1
-2
nixos/modules/system/activation/no-clone.nix
+1
-2
nixos/modules/system/activation/no-clone.nix
+35
-30
nixos/modules/system/activation/top-level.nix
+35
-30
nixos/modules/system/activation/top-level.nix
············+(mkRemovedOptionModule [ "nesting" "clone" ] "Use `specialisation.«name» = { inheritParentConfig = true; configuration = { ... }; }` instead.")+(mkRemovedOptionModule [ "nesting" "children" ] "Use `specialisation.«name».configuration = { ... }` instead.")···+example = lib.literalExample "{ fewJobsManyCores.configuration = { nix.buildCores = 0; nix.maxJobs = 1; }; }";+description = "Include the entire system's configuration. Set to false to make a completely differently configured system.";
+3
-2
nixos/modules/system/boot/loader/grub/install-grub.pl
+3
-2
nixos/modules/system/boot/loader/grub/install-grub.pl
······
+1
-1
nixos/modules/system/boot/loader/init-script/init-script-builder.sh
+1
-1
nixos/modules/system/boot/loader/init-script/init-script-builder.sh
···
+46
-48
nixos/tests/acme.nix
+46
-48
nixos/tests/acme.nix
···-EXEC_PATH=${dnsScript { inherit writeScript bash curl; dnsAddress = nodes.dnsserver.config.networking.primaryIPAddress; }}+EXEC_PATH=${dnsScript { inherit writeScript bash curl; dnsAddress = nodes.dnsserver.config.networking.primaryIPAddress; }}······
+1
-1
nixos/tests/all-tests.nix
+1
-1
nixos/tests/all-tests.nix
···
+21
-23
nixos/tests/caddy.nix
+21
-23
nixos/tests/caddy.nix
···+justReloadSystem = "${nodes.webserver.config.system.build.toplevel}/specialisation/config-reload";···
+10
-10
nixos/tests/installer.nix
+10
-10
nixos/tests/installer.nix
·····················+simpleSpecialised = makeInstallerTest "simpleSpecialised" (simple-test-config // specialisation-test-extraconfig);# Simple GPT/UEFI configuration using systemd-boot with 3 partitions: ESP, swap & root filesystem···-simpleUefiGrubClone = makeInstallerTest "simpleUefiGrubClone" (simple-uefi-grub-config // clone-test-extraconfig);+simpleUefiGrubSpecialisation = makeInstallerTest "simpleUefiGrubSpecialisation" (simple-uefi-grub-config // specialisation-test-extraconfig);
-44
nixos/tests/nesting.nix
-44
nixos/tests/nesting.nix
···
+2
-2
nixos/tests/nginx-etag.nix
+2
-2
nixos/tests/nginx-etag.nix
······
+22
-25
nixos/tests/nginx.nix
+22
-25
nixos/tests/nginx.nix
···+justReloadSystem = "${nodes.webserver.config.system.build.toplevel}/specialisation/justReloadSystem";+reloadRestartSystem = "${nodes.webserver.config.system.build.toplevel}/specialisation/reloadRestartSystem";+reloadWithErrorsSystem = "${nodes.webserver.config.system.build.toplevel}/specialisation/reloadWithErrorsSystem";
+43
nixos/tests/specialisation.nix
+43
nixos/tests/specialisation.nix
···