forked from pub-solar/os
ryzensun: enable building for aarch64, remove now
unneeded bigger terminal font
This commit is contained in:
parent
e36a4d48f3
commit
294ecb5f0e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue