refactor folder structure
This commit is contained in:
parent
da669efee2
commit
df50e70f3e
175 changed files with 7 additions and 3760 deletions
|
|
@ -1,21 +0,0 @@
|
|||
{ 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";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue