WIP: rewrite config #618
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ system, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
isx86 = system == "x86_64-linux";
|
isx86 = pkgs.targetPlatform.system == "x86_64-linux";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot = {
|
||||||
|
|
Loading…
Reference in a new issue