starlight: Fix openvswitch build error
This commit is contained in:
parent
6e76727c3f
commit
6e6aa3c566
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue