about summary refs log tree commit diff
path: root/nixos/modules/system/activation
AgeCommit message (Expand)AuthorFilesLines
2023-10-20nixos: fix bad mkEnableOption descriptionsBjørn Forsman1-1/+1
2023-10-20nixos/switch-to-configuration: Allow not filtering unitsJanne Heß1-1/+3
2023-09-22nixos/switch-to-configuration: Never unmount / or /nixJanne Heß1-4/+14
2023-09-13nixos/switch-to-configuration: Test more action thingsJanne Heß1-1/+1
2023-08-21nixos/stc: Improve mount unit handlingJanne Heß1-5/+19
2023-08-16Merge pull request #232230 from oddlama/fix-activation-template-unit-speciali...Janne Heß1-23/+35
2023-08-13nixos/switch-to-configuration: Fix unit location in toplevelJanne Heß1-1/+1
2023-08-04nixos/toplevel: move systemBuilder for `boot.kernel.enable`Vincent Haupert1-31/+1
2023-07-23nixos/switch-to-configuration: fix ignoring of template unit specialization d...oddlama1-23/+35
2023-07-08Merge pull request #237040 from roberth/flexible-activationRobert Hensing4-67/+142
2023-06-28nixos: Add system.activatable flag for images that are pre-activatedRobert Hensing2-60/+95
2023-06-28nixos/top-level: Remove unused builder variablesRobert Hensing1-6/+0
2023-06-28nixos/activatable-system: Move legacy variables to top-levelRobert Hensing2-4/+10
2023-06-28nixos/activatable-system: Make system builder commands env independentRobert Hensing2-10/+15
2023-06-27nixos/top-level: change extraDependencies from package to pathInStoreNaïm Favier1-2/+2
2023-06-14switch-to-configuration.pl: fix inverted dry-activate logic for swapWout Mertens1-1/+1
2023-06-10nixos/activatable-system: Make substitutions explicitRobert Hensing1-1/+13
2023-06-10nixos: Move installBootLoader to activation script modulesRobert Hensing3-21/+22
2023-06-10nixos: Extract module for activation script inclusion into toplevelRobert Hensing2-26/+48
2023-06-08refactor: Split `mkdir -m …` into `mkdir` + `chmod`Victor Engmark1-3/+6
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-05-04nixos/bootspec: Fix cross for nixos-system systemBuilderJared Baur1-2/+2
2023-04-28nixos/bootspec: adopt the merged RFC-0125Raito Bezarius3-34/+40
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 Fuentes3-2/+3
2022-12-23Merge pull request #207163 from NixOS/rfc0125-improvementsRyan Lahfa2-3/+6
2022-12-22nixos/activation/bootspec: fix document output pathCole Helbling2-3/+3
2022-12-21nixos/activation/bootspec: make initrd optional, serialize system, precise ex...Raito Bezarius2-3/+6
2022-12-17Merge pull request #172237 from DeterminateSystems/bootspec-rfcJörg Thalheim3-0/+146
2022-12-08nixos/activation/bootspec: fixup improper $out substitutionCole Helbling1-2/+2
2022-12-08nixos/activation/bootspec: refactor the generator scriptCole Helbling1-19/+32
2022-12-08nixos/activation/bootspec: drop problematic comment, only generate bootspec w...Cole Helbling2-2/+2
2022-12-08nixos/activation/bootspec: DocBook -> Markdown, add description for extension...Cole Helbling1-2/+13
2022-12-08nixos/activation/bootspec: add some comments to explain the delicate manipula...Raito Bezarius1-1/+4
2022-12-08nixos/activation/bootspec: add bootspec chapter in NixOS manualRaito Bezarius1-1/+1
2022-12-08nixos/activation/bootspec: remove SB extension example in Cue schemaRaito Bezarius1-6/+0
2022-12-08nixos/activation/bootspec: module-ifyRaito Bezarius3-23/+80
2022-12-08nixos/activation/bootspec: fix slurping specialisation bootspecsRaito Bezarius1-1/+1
2022-12-08nixos/activation: don't generate bootspec for containersK9001-1/+3
2022-12-08nixos/activation/bootspec: embed the document into a bootspec subdirGraham Christensen1-1/+3
2022-12-08nixos/activation/bootspec: embed the entire contents of specialisation's boot...Graham Christensen1-17/+21
2022-12-08nixos/activation/bootspec: init bootspec support (RFC-0125)Cole Helbling2-0/+60
2022-12-02nixos/top-level.nix: add forbiddenDependenciesRegex optionArtturin2-1/+58
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 Hensing2-63/+86