fix: remove deprecated hardware.u2f.enable

This commit is contained in:
Felix Schröter 2020-08-14 23:26:57 +02:00
parent 20e3b13672
commit acb89626dd
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -35,8 +35,5 @@
extraModules = [ pkgs.pulseaudio-modules-bt ];
package = pkgs.pulseaudioFull;
};
# USB devices
hardware.u2f.enable = true;
}