Tweaks re: apple-silicon limitations and compilation failures

This commit is contained in:
Natsu Kagami 2023-04-04 20:28:28 +02:00
parent 530802c0ee
commit f21f4ed2d1
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 16 additions and 23 deletions

View file

@ -30,14 +30,6 @@
{ device = "/swap"; size = 16 * 1024; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
}