aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-08 21:13:13 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-08 21:13:13 +0200
commit77a8baa91a6380f6ead644118248716e2ddd5626 (patch)
tree539a166610e891747329adffd7cea4d86764b242
parent{modules/boot,pkgs/tails-iso}: Actually use an iso in `fromiso=` (diff)
downloadnixos-config-77a8baa91a6380f6ead644118248716e2ddd5626.zip
modules/boot: Try out more optionsHEADprime
-rw-r--r--modules/by-name/bo/boot/module.nix40
1 files changed, 24 insertions, 16 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix
index 2667b385..4dc9130a 100644
--- a/modules/by-name/bo/boot/module.nix
+++ b/modules/by-name/bo/boot/module.nix
@@ -38,22 +38,30 @@
## General options?
[
"initrd=${tails.initrd}"
- "noprompt"
- "timezone=Etc/UTC"
- "config"
- "noautologin"
- "slab_nomerge"
- "slub_debug=FZ"
- "mce=0"
- "vsyscall=none"
- "init_on_free=1"
- "mds=full,nosmt"
- "page_alloc.shuffle=1"
- "randomize_kstack_offset=on"
- "efi_pstore.pstore_disable=1"
- "erst_disable"
- "spec_store_bypass_disable=on"
- "systemd.condition_needs_update=no"
+ # "noprompt"
+ # "timezone=Etc/UTC"
+ # "config"
+ # "noautologin"
+ # "slab_nomerge"
+ # "slub_debug=FZ"
+ # "mce=0"
+ # "vsyscall=none"
+ # "init_on_free=1"
+ # "mds=full,nosmt"
+ # "page_alloc.shuffle=1"
+ # "randomize_kstack_offset=on"
+ # "efi_pstore.pstore_disable=1"
+ # "erst_disable"
+ # "spec_store_bypass_disable=on"
+ # "systemd.condition_needs_update=no"
+ ]
+ ## Systemd log options
+ ++ [
+ "systemd.log_level=debug"
+ "systemd.log_target=console"
+ "console=tty1"
+ "systemd.journald.forward_to_console=1"
+ "systemd.unit=rescue.target"
]
## Options for the first `init` script
++ [