mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: updated printer
This commit is contained in:
parent
2c91e2ce9d
commit
87653c404c
1 changed files with 9 additions and 2 deletions
|
@ -13,13 +13,20 @@
|
|||
{
|
||||
name = "Brother-HL-2170W";
|
||||
location = "Upstairs";
|
||||
deviceUri = "https://10.0.0.97";
|
||||
deviceUri = "https://192.168.50.195";
|
||||
model = "drv:///sample.drv/generic.ppd";
|
||||
ppdOptions = {
|
||||
PageSize = "Letter";
|
||||
};
|
||||
}
|
||||
];
|
||||
ensureDefaultPrinter = "Canon-TR7620a";
|
||||
ensureDefaultPrinter = "Brother-HL-2170W";
|
||||
};
|
||||
networking = {
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
631
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue