aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/bo/boot/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-08 02:17:56 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-08 02:17:56 +0200
commit062034c68ee16879d2b4a871c53394bfd73454a3 (patch)
treef2a29a7d236ae2780c086a3900d46759a8a222f2 /modules/by-name/bo/boot/module.nix
parentmodules/boot/iso_entry: Correct the boot options (diff)
downloadnixos-config-062034c68ee16879d2b4a871c53394bfd73454a3.zip
modules/boot/iso_entry: Move the iso package to pkgs and updateHEADprime
Diffstat (limited to 'modules/by-name/bo/boot/module.nix')
-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 ebf58a97..b8c90d89 100644
--- a/modules/by-name/bo/boot/module.nix
+++ b/modules/by-name/bo/boot/module.nix
@@ -20,7 +20,7 @@
cfg = config.soispha.boot;
tailsPrefix = "EFI/tails";
- iso = import ./tails_iso.nix {inherit pkgs;};
+ iso = pkgs.tails-iso;
iso_options = [
"initrd=/${tailsPrefix}/initrd.img"