Adapt SANE configuration to new device

This commit is contained in:
2020-09-29 01:24:59 +02:00
parent 6a47bd824e
commit 97662f1d2b
2 changed files with 10 additions and 4 deletions

View File

@@ -7,9 +7,14 @@
# Enable SANE
hardware.sane = {
enable = true;
netConf = ''
192.168.1.2
10.8.0.1
'';
brscan4 = {
enable = true;
netDevices = {
home = {
model = "DCP-L2530DW";
ip = "192.168.1.66";
};
};
};
};
}