Home network update
Baldur: disable proxy buffering for home-assistant Freya: cleanup for setup Loki: home-assistant configuration
This commit is contained in:
parent
2d5a12eba0
commit
f5ed37a7fb
3 changed files with 10 additions and 30 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue