about summary refs log tree commit diff
path: root/nixos/modules/system/activation/top-level.nix
AgeCommit message (Expand)AuthorFilesLines
2024-05-02nixos/top-level: Rename `system.forbiddenDependenciesRegex` to `system.forbid...Christian Kampka1-12/+11
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-15/+15
2023-08-04nixos/toplevel: move systemBuilder for `boot.kernel.enable`Vincent Haupert1-31/+1
2023-07-08Merge pull request #237040 from roberth/flexible-activationRobert Hensing1-51/+11
2023-06-28nixos/top-level: Remove unused builder variablesRobert Hensing1-6/+0
2023-06-28nixos/activatable-system: Move legacy variables to top-levelRobert Hensing1-0/+10
2023-06-28nixos/activatable-system: Make system builder commands env independentRobert Hensing1-0/+2
2023-06-27nixos/top-level: change extraDependencies from package to pathInStoreNaïm Favier1-2/+2
2023-06-10nixos: Move installBootLoader to activation script modulesRobert Hensing1-21/+0
2023-06-10nixos: Extract module for activation script inclusion into toplevelRobert Hensing1-26/+1
2023-05-19nixos: use passAsFile to avoid "Argument list too long" errorBjørn Forsman1-1/+2
2023-05-11nixos/top-level.nix: Add system.checksRobert Hensing1-3/+29
2023-04-28nixos/bootspec: adopt the merged RFC-0125Raito Bezarius1-1/+2
2023-03-29nixos/system: disallow system.copySystemConfiguration in pure eval modeK9001-0/+6
2023-03-14nixos/top-level: add includeBuildDependencies optionLinus Heckemann1-1/+29
2023-01-14nixos/version: add config.system.nixos.distroName and config.system.nixos.dis...Victor Fuentes1-0/+1
2022-12-22nixos/activation/bootspec: fix document output pathCole Helbling1-1/+1
2022-12-17Merge pull request #172237 from DeterminateSystems/bootspec-rfcJörg Thalheim1-0/+5
2022-12-08nixos/activation/bootspec: drop problematic comment, only generate bootspec w...Cole Helbling1-1/+1
2022-12-08nixos/activation/bootspec: module-ifyRaito Bezarius1-9/+2
2022-12-08nixos/activation: don't generate bootspec for containersK9001-1/+3
2022-12-08nixos/activation/bootspec: init bootspec support (RFC-0125)Cole Helbling1-0/+10
2022-12-02nixos/top-level.nix: add forbiddenDependenciesRegex optionArtturin1-1/+31
2022-11-12Merge pull request #197917 from SuperSandro2000/kernel-enableSandro1-1/+1
2022-11-09nixos/kernel: replace boot.isContainer with boot.kernel.enableSandro Jäckel1-1/+1
2022-11-05nixos/top-level.nix: Move configurationName to grub.nixRobert Hensing1-3/+0
2022-11-05nixos/top-level.nix: Remove workaround for #156533Robert Hensing1-11/+1
2022-11-05nixos/specialisation.nix: Extract moduleRobert Hensing1-63/+1
2022-11-05nixos/top-level.nix: Make extensibleRobert Hensing1-2/+22
2022-08-31nixos/*: convert options with listingspennae1-5/+5
2022-08-31nixos/*: convert internal option descriptions to MDpennae1-6/+6
2022-08-31nixos/*: <screen> -> <programlisting>pennae1-3/+3
2022-08-12Merge pull request #185474 from pennae/option-docs-mdpennae1-13/+13
2022-08-09Merge pull request #185067 from stigtsp/refactor/stc-no-net-debusJanne Heß1-1/+1
2022-08-06nixos/*: automatically convert option docspennae1-13/+13
2022-08-04nixos/switch-to-configuration: replace Net::DBus with busctlStig Palmquist1-1/+1
2022-08-03nixos/*: replace </para><para> with double linebreakspennae1-1/+1
2022-04-17nixos/specialisation: fix curly bracketsSandro1-1/+1
2022-04-13nixos/stage-1-systemd: Fix booting grub testsJanne Heß1-1/+4
2022-04-11nixos/stage-1-systemd: Handover between the systemds directlyJanne Heß1-4/+8
2022-02-15nixos/switch-to-configuration: avoid Array::Compare dependencyStig Palmquist1-1/+1
2022-02-09nixos/switch-to-configuration: Implement reload supportJanne Heß1-1/+1
2022-01-27Merge pull request #154809 from helsinki-systems/feat/stc-proper-unit-file-pa...Bernardo Meurer1-1/+1
2022-01-26nixos/nix-daemon: use structural settingspolykernel1-1/+1
2022-01-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-12/+45
2022-01-24nixos: Explain system.build.installBootLoader's odd defaultRobert Hensing1-0/+3
2022-01-24nixos: Make system.build.installBootLoader a proper optionRobert Hensing1-3/+18
2022-01-24nixos: Document system.build.toplevelRobert Hensing1-0/+23
2022-01-24nixos/system/build: ExtractRobert Hensing1-9/+1
2022-01-21Merge master into staging-nextgithub-actions[bot]1-1/+1