commit 4132c8ab6da414c12c6e687794e127266daced0a parent 07c7bef3ce6a62e2c87ddf6e77ca2812c36ce0e3 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 13 Sep 2023 20:51:39 +0200 Mow Diffstat:
| M | nixos/common/common.nix | | | 1 | + |
| M | nixos/worker-1/configuration.nix | | | 2 | -- |
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/nixos/common/common.nix b/nixos/common/common.nix @@ -27,6 +27,7 @@ jq compsize iperf + qemu ]; # Write known-hosts diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -100,8 +100,6 @@ }; - boot.binfmt.emulatedSystems = [ "x86_64-linux" ]; - # Broken systemd.network.wait-online.enable = false; systemd.network = {