Don't require my printer work.
It's there sometimes, sometimes not.
This commit is contained in:
parent
d4e7097f6d
commit
91ab1432ac
|
@ -17,16 +17,6 @@
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||||
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||||
hardware.printers = {
|
|
||||||
ensureDefaultPrinter = "Brother_HLL8250CDW";
|
|
||||||
ensurePrinters = [{
|
|
||||||
name = "Brother_HLL8250CDW";
|
|
||||||
deviceUri = "ipp://192.168.1.10/ipp";
|
|
||||||
model = "everywhere";
|
|
||||||
description = "Brother HL-L8250CDW";
|
|
||||||
location = "study";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
192.168.1.5 pihole.home.arpa
|
192.168.1.5 pihole.home.arpa
|
||||||
|
|
Loading…
Reference in New Issue