mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: readded printers
This commit is contained in:
parent
9066b98124
commit
04317ca6d8
1 changed files with 23 additions and 23 deletions
|
@ -22,29 +22,29 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# hardware.printers = {
|
||||
# ensurePrinters = [
|
||||
# {
|
||||
# name = printer0.label;
|
||||
# location = "Downstairs";
|
||||
# deviceUri = "https://${printer0.ip.address0}";
|
||||
# model = genericPPD;
|
||||
# ppdOptions = {
|
||||
# PageSize = pageSize;
|
||||
# };
|
||||
# }
|
||||
# {
|
||||
# name = printer1.label;
|
||||
# location = "Upstairs";
|
||||
# deviceUri = "https://${printer1.ip.address0}";
|
||||
# model = genericPPD;
|
||||
# ppdOptions = {
|
||||
# PageSize = pageSize;
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
# ensureDefaultPrinter = printer1.label;
|
||||
# };
|
||||
hardware.printers = {
|
||||
ensurePrinters = [
|
||||
{
|
||||
name = printer0.label;
|
||||
location = "Downstairs";
|
||||
deviceUri = "https://${printer0.ip.address0}";
|
||||
model = genericPPD;
|
||||
ppdOptions = {
|
||||
PageSize = pageSize;
|
||||
};
|
||||
}
|
||||
{
|
||||
name = printer1.label;
|
||||
location = "Upstairs";
|
||||
deviceUri = "https://${printer1.ip.address0}";
|
||||
model = genericPPD;
|
||||
ppdOptions = {
|
||||
PageSize = pageSize;
|
||||
};
|
||||
}
|
||||
];
|
||||
ensureDefaultPrinter = printer1.label;
|
||||
};
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue