From d313d860189328cf299f1b4713b8eab7723e9a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 8 Apr 2023 11:01:46 +0200 Subject: Update to new NixTurris version --- nixos/machine/spt-mox2.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/machine/spt-mox2.nix') diff --git a/nixos/machine/spt-mox2.nix b/nixos/machine/spt-mox2.nix index 178a780..4d1a148 100644 --- a/nixos/machine/spt-mox2.nix +++ b/nixos/machine/spt-mox2.nix @@ -44,5 +44,8 @@ with lib; { nameservers = ["1.1.1.1" "8.8.8.8"]; dhcpcd.allowInterfaces = []; }; + + # TODO: ubootTools build is broken! + firmware.environment.enable = false; }; } -- cgit v1.2.3