refactor folder structure
This commit is contained in:
21
hosts/nb/modules/printer.nix
Normal file
21
hosts/nb/modules/printer.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ lib, pkgs, ... }:
|
||||
let
|
||||
in {
|
||||
services.printing.enable = true;
|
||||
|
||||
hardware.printers = {
|
||||
ensureDefaultPrinter = "Cloonar";
|
||||
ensurePrinters = [
|
||||
# {
|
||||
# name = "epicenter.works";
|
||||
# deviceUri = "ipp://mercury.epicenter.intra/ipp/print";
|
||||
# model = "everywhere";
|
||||
# }
|
||||
{
|
||||
name = "Cloonar";
|
||||
deviceUri = "ipp://brn30055c566237.cloonar.multimedia/ipp/print";
|
||||
model = "everywhere";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user