diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-17 23:30:53 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-17 23:30:53 +0200 |
| commit | bd70b064f64db5a139c1bc836a9d70488bdc737d (patch) | |
| tree | 6aee6a85de2c6b97a581799287dca3a81ce29f43 /modules/by-name/bo/boot | |
| parent | pkgs/tails-iso: Use new signing key? (diff) | |
| download | nixos-config-bd70b064f64db5a139c1bc836a9d70488bdc737d.zip | |
Diffstat (limited to 'modules/by-name/bo/boot')
| -rw-r--r-- | modules/by-name/bo/boot/module.nix | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix index 04540676..80a47420 100644 --- a/modules/by-name/bo/boot/module.nix +++ b/modules/by-name/bo/boot/module.nix @@ -37,23 +37,24 @@ iso_options = ## General options? [ + # "config" "initrd=${tails.initrd}" - "noprompt" - "timezone=Etc/UTC" - "config" - "noautologin" - "slab_nomerge" - "slub_debug=FZ" - "mce=0" - "vsyscall=none" + + "efi_pstore.pstore_disable=1" + "erst_disable" "init_on_free=1" + "mce=0" "mds=full,nosmt" + "noautologin" + "noprompt" "page_alloc.shuffle=1" "randomize_kstack_offset=on" - "efi_pstore.pstore_disable=1" - "erst_disable" + "slab_nomerge" + "slub_debug=FZ" "spec_store_bypass_disable=on" "systemd.condition_needs_update=no" + "timezone=Etc/UTC" + "vsyscall=none" ] ## Systemd log options ++ [ |
