Files
nixos-dots/nixos/modules/hardware/scanner.nix

10 lines
128 B
Nix

{ ... }:
{
hardware.sane.enable = true;
environment.etc."sane.d/epsonds.conf".text = ''
net EPSOND80395.local
'';
}