aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/turris-tarball.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/turris-tarball.nix')
-rw-r--r--nixos/modules/turris-tarball.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/turris-tarball.nix b/nixos/modules/turris-tarball.nix
index 87c4fb9..55187e4 100644
--- a/nixos/modules/turris-tarball.nix
+++ b/nixos/modules/turris-tarball.nix
@@ -63,7 +63,7 @@ in {
LINUX /run/current-system/kernel
FDTDIR /run/current-system/dtbs
INITRD /run/current-system/initrd
- APPEND init=${config.system.build.toplevel}/init ${builtins.toString config.boot.kernelParams}
+ APPEND init=${tarballVariant.config.system.build.toplevel}/init ${builtins.toString tarballVariant.config.boot.kernelParams}
'';
target = "./boot/extlinux/extlinux.conf";
}