10 lines
128 B
Nix
10 lines
128 B
Nix
{ ... }:
|
|
|
|
{
|
|
hardware.sane.enable = true;
|
|
|
|
environment.etc."sane.d/epsonds.conf".text = ''
|
|
net EPSOND80395.local
|
|
'';
|
|
}
|