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 = {