ryzensun: enable building for aarch64, remove now

unneeded bigger terminal font
This commit is contained in:
teutat3s 2024-04-13 02:07:52 +02:00
parent e36a4d48f3
commit 294ecb5f0e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

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