nixos/console: Fix attribute path to fix eval

This commit is contained in:
Janne Heß 2022-04-14 22:07:41 +01:00
parent 7d6b9b7e4c
commit 0efb6720a4
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -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