From 0efb6720a4bbd88fa0e678cc43ba9971ea54991f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Thu, 14 Apr 2022 22:07:41 +0100 Subject: [PATCH] nixos/console: Fix attribute path to fix eval --- nixos/modules/config/console.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/console.nix b/nixos/modules/config/console.nix index 36a96cc1e9a..5b07901f990 100644 --- a/nixos/modules/config/console.nix +++ b/nixos/modules/config/console.nix @@ -153,7 +153,7 @@ in "/etc/vconsole.conf".source = vconsoleConf; }; boot.initrd.systemd.storePaths = [ - "${config.boot.initrd.systemd}/lib/systemd/systemd-vconsole-setup" + "${config.boot.initrd.systemd.package}/lib/systemd/systemd-vconsole-setup" "${config.boot.initrd.systemd.package.kbd}/bin/setfont" "${config.boot.initrd.systemd.package.kbd}/bin/loadkeys" "${config.boot.initrd.systemd.package.kbd.gzip}/bin/gzip" # keyboard layouts are compressed