diff --git a/nalai/configuration.nix b/nalai/configuration.nix index 03f9ade..530fae7 100644 --- a/nalai/configuration.nix +++ b/nalai/configuration.nix @@ -17,6 +17,16 @@ # Bluetooth hardware.bluetooth.enable = true; # enables support for Bluetooth 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.hostName = "nalai"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.