dust: enable fwupd
This commit is contained in:
parent
7c339b95b4
commit
a9f846b242
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,9 @@
|
|||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-12th-gen
|
||||
];
|
||||
|
||||
services.fwupd.enable = true;
|
||||
services.fprintd.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
|
@ -17,8 +20,6 @@
|
|||
settings.General.FastConnectable = true;
|
||||
};
|
||||
|
||||
services.fprintd.enable = true;
|
||||
|
||||
boot.loader.timeout = 0;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue