diff --git a/modules/hosts/blac.nix b/modules/hosts/blac.nix index 6fb5f5c..b33c9d7 100644 --- a/modules/hosts/blac.nix +++ b/modules/hosts/blac.nix @@ -104,5 +104,9 @@ MatchName=*COMPANY*USB*Device* ModelBouncingKeys=1 ''; + + # blac has no IPMI hardware; the openipmi service is pulled in as a + # dependency and always fails on this machine. + systemd.services.openipmi.enable = false; }; }