Home network update

Baldur: disable proxy buffering for home-assistant
Freya: cleanup for setup
Loki: home-assistant configuration
This commit is contained in:
Filippo Berto 2022-12-23 11:48:32 +01:00
parent 2d5a12eba0
commit f5ed37a7fb
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 10 additions and 30 deletions

View file

@ -1,12 +1,8 @@
{ pkgs, lib, ... }:
with lib; {
boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; };
};
console = {