about summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-11-30 17:55:41 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:04 -0800
commit348ba1b33c039a3524dcda2a874c83fb44680f9c (patch)
tree913c697e47d29579579fadbcbaa18e6cfdd22437 /nixos/modules/module-list.nix
parent9a431a57b1b0172e86729a2ed56f4c51bc6a8701 (diff)
nixos/activation/bootspec: module-ify
This does the following:

* turns bootspec into a NixOS module
* validates bootspecs with Cue
* exposes internal knobs
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index b2723f8df9a7a..da56e7a8a692e 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -1241,6 +1241,7 @@
   ./services/x11/xserver.nix
   ./system/activation/activation-script.nix
   ./system/activation/specialisation.nix
+  ./system/activation/bootspec.nix
   ./system/activation/top-level.nix
   ./system/boot/binfmt.nix
   ./system/boot/emergency-mode.nix