hosts/hosts/scanner.nix
2023-02-26 20:08:39 +01:00

7 lines
160 B
Nix

{ pkgs, ... }:
{
hardware.sane.enable = true;
hardware.sane.disabledDefaultBackends = [ "v4l" ];
users.users.fruchti.extraGroups = [ "scanner" ];
}