From 294ecb5f0e9a63318fd8a7f9126e4328c1e9aff8 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 13 Apr 2024 02:07:52 +0200 Subject: [PATCH] ryzensun: enable building for aarch64, remove now unneeded bigger terminal font --- hosts/ryzensun/ryzensun.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hosts/ryzensun/ryzensun.nix b/hosts/ryzensun/ryzensun.nix index 48200469..f495bc61 100644 --- a/hosts/ryzensun/ryzensun.nix +++ b/hosts/ryzensun/ryzensun.nix @@ -26,17 +26,12 @@ in { # runnerVarsFile = config.age.secrets.docker-ci-runner-secrets.path; #}; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; + services.fstrim.enable = true; services.tailscale.enable = true; - # Increase console font size for HiDPI display - console = { - earlySetup = true; - font = lib.mkForce "ter-i32b"; - packages = [pkgs.terminus_font]; - }; - networking.hostName = "ryzensun"; home-manager.users."${psCfg.user.name}".xdg.configFile = {