fix logic bug

This commit is contained in:
Don Harper 2024-06-16 17:46:42 -05:00
parent 0248ee783a
commit 2a2abb4932

View file

@ -61,7 +61,7 @@ in
boot = { boot = {
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "consoleblank=60" ]; kernelParams = [ "consoleblank=60" ];
loader = if (pkgs.hostPlatform == lib.mkDefault "aarch64-linux") then loader = if (pkgs.hostPlatform != lib.mkDefault "aarch64-linux") then
{ {
systemd-boot = { systemd-boot = {
enable = true; enable = true;