add xmunet fix

This commit is contained in:
2023-07-27 23:14:44 +08:00
parent 6540a7d980
commit 0833f288f7

View File

@@ -213,7 +213,10 @@
};
firewall.trustedInterfaces = [ "docker0" "virbr0" ];
};
bugs = [ "intel-hdmi" "suspend-hibernate-no-platform" "hibernate-iwlwifi" "suspend-lid-no-wakeup" ];
bugs =
[
"intel-hdmi" "suspend-hibernate-no-platform" "hibernate-iwlwifi" "suspend-lid-no-wakeup" "xmunet"
];
};})
];
};