starlight: Fix openvswitch build error

This commit is contained in:
Artemis Tosini 2024-04-22 19:56:35 +00:00
parent 6e76727c3f
commit 6e6aa3c566
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -27,6 +27,11 @@
inputs.private.nixosModules.starlight
];
# Temporary fix since openvswitch tests are flaky
nixpkgs.overlays = [
(final: prev: { openvswitch = prev.openvswitch.overrideAttrs { doCheck = false; }; })
];
# Network
networking.hostName = "starlight";
services.udev.extraRules = ''