summaryrefslogtreecommitdiff
path: root/modules/pc/software/boot/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 06:17:12 -0700
committerFuwn <[email protected]>2024-10-01 06:17:12 -0700
commit1422c6d330133fc8f382b43cb815a24d15dc651d (patch)
tree59a4b7a11783775af63f24aa18344b77fe43822f /modules/pc/software/boot/default.nix
parentmodules: move emulated systems to extended nix configuration (diff)
downloadnixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.tar.xz
nixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.zip
modules: move variables and initrd systemd to pc
Diffstat (limited to 'modules/pc/software/boot/default.nix')
-rw-r--r--modules/pc/software/boot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pc/software/boot/default.nix b/modules/pc/software/boot/default.nix
index 0798849..41531c8 100644
--- a/modules/pc/software/boot/default.nix
+++ b/modules/pc/software/boot/default.nix
@@ -10,6 +10,7 @@
crashDump.enable = false;
consoleLogLevel = 3;
kernelPackages = pkgs.linuxPackages_zen;
+ initrd.systemd.enable = true;
kernelParams = [
"iommu=pt"