This commit is contained in:
parent
5f644d0ccd
commit
a394b9cefd
167 changed files with 2795 additions and 2122 deletions
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
# Important to resolve .local domains of printers, otherwise you get an error
|
||||
|
@ -11,7 +12,7 @@
|
|||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [
|
||||
(pkgs.callPackage ./driver.nix {})
|
||||
(pkgs.callPackage ./driver.nix { })
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue