fix: disable fwpud
This commit is contained in:
parent
7c2630f80a
commit
00f45973b8
|
@ -12,7 +12,8 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
fwupd.enable = !minimal;
|
||||
# Enable if you're feeling very fwupd that day
|
||||
#fwupd.enable = !minimal;
|
||||
smartd.enable = !minimal;
|
||||
thermald.enable = builtins.elem config.nixpkgs.hostPlatform.system [ "x86_64-linux" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue