summaryrefslogtreecommitdiff
path: root/sys/boot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/boot/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/boot/default.nix b/sys/boot/default.nix
new file mode 100644
index 0000000..157ba0e
--- /dev/null
+++ b/sys/boot/default.nix
@@ -0,0 +1,13 @@
+{
+ imports = [
+ ./chain.nix
+ ./detached-luks.nix
+ ./efi.nix
+ ./firmware.nix
+ ./fscrypt.nix
+ ./impermanence.nix
+ ./namespaced.nix
+ ./sb.nix
+ ./stack
+ ];
+}