diff --git a/systems/vm.nix b/systems/vm.nix index 5bb8c8e..c91a0e0 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -99,7 +99,7 @@ # Scanner support hardware.sane.enable = true; - hardware.sane.ExtraBackends = [ pkgs.sane-airscan ]; + hardware.sane.extraBackends = [ pkgs.sane-airscan ]; services.ipp-usb.enable = true; system.activationScripts.diff = {