aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-01 00:36:59 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-01 00:36:59 +0200
commit5a93bec76f0e6409d4ffcf604d0adb465b3300d4 (patch)
treedec0ec1a45f0ebdfd785729b2baf3c13cfce9afd /modules/by-name
parentmodules/boot: Remove duplicated `root=` key (diff)
downloadnixos-config-5a93bec76f0e6409d4ffcf604d0adb465b3300d4.zip
modules/boot: Use ISO directly as rootHEADprime
Diffstat (limited to '')
-rw-r--r--modules/by-name/bo/boot/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix
index ba64a8e6..6a0c0cf7 100644
--- a/modules/by-name/bo/boot/module.nix
+++ b/modules/by-name/bo/boot/module.nix
@@ -136,7 +136,7 @@ in {
title Tails Live ISO
linux /${tailsPrefix}/vmlinuz-linux
initrd /${tailsPrefix}/initramfs-linux.img
- options root=/dev/ram0 rw img_loop=/${tailsPrefix}/tails.iso copytoram
+ options root=/${tailsPrefix}/tails.iso
'';
};