diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/adm-omnia2.nix | 3 | ||||
-rw-r--r-- | nixos/machine/spt-mox.nix | 3 | ||||
-rw-r--r-- | nixos/machine/spt-mox2.nix | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/nixos/machine/adm-omnia2.nix b/nixos/machine/adm-omnia2.nix index f534a21..7673ecf 100644 --- a/nixos/machine/adm-omnia2.nix +++ b/nixos/machine/adm-omnia2.nix @@ -35,5 +35,8 @@ with lib; { nameservers = ["1.1.1.1" "8.8.8.8"]; dhcpcd.allowInterfaces = []; }; + + # TODO: ubootTools build is broken! + firmware.environment.enable = false; }; } diff --git a/nixos/machine/spt-mox.nix b/nixos/machine/spt-mox.nix index 6ca780a..accd963 100644 --- a/nixos/machine/spt-mox.nix +++ b/nixos/machine/spt-mox.nix @@ -39,5 +39,8 @@ with lib; { nameservers = ["1.1.1.1" "8.8.8.8"]; dhcpcd.allowInterfaces = []; }; + + # TODO: ubootTools build is broken! + firmware.environment.enable = false; }; } 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; }; } |