mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
add xmunet fix
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};})
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user