aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mox2.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-04-08 11:01:46 +0200
committerKarel Kočí <cynerd@email.cz>2023-04-08 11:01:46 +0200
commitd313d860189328cf299f1b4713b8eab7723e9a69 (patch)
tree86106de50b743e693bb57c9368639ecdde8ed48f /nixos/machine/spt-mox2.nix
parent514a5da58757df9f9418538c69bda7d5f6b6d79c (diff)
downloadnixos-personal-d313d860189328cf299f1b4713b8eab7723e9a69.tar.gz
nixos-personal-d313d860189328cf299f1b4713b8eab7723e9a69.tar.bz2
nixos-personal-d313d860189328cf299f1b4713b8eab7723e9a69.zip
Update to new NixTurris version
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;
};
}