38 current 2024-11-23 00:06:52 24.05.6463.83fb6c028368 6.6.59 *
This commit is contained in:
parent
3719cab555
commit
32f9b3f25c
@ -19,6 +19,20 @@
|
|||||||
# Printing
|
# Printing
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
hardware.printers = {
|
||||||
|
ensurePrinters = [
|
||||||
|
{
|
||||||
|
name = "Dell_1250c";
|
||||||
|
location = "Home";
|
||||||
|
deviceUri = "http://192.168.178.2:631/printers/Dell_1250c";
|
||||||
|
model = "drv:///sample.drv/generic.ppd";
|
||||||
|
ppdOptions = {
|
||||||
|
PageSize = "A4";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
ensureDefaultPrinter = "Dell_1250c";
|
||||||
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user