aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mox2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/spt-mox2.nix')
-rw-r--r--nixos/machine/spt-mox2.nix3
1 files changed, 3 insertions, 0 deletions
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;
};
}