split everything into modules and update nixpkgs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.printing.enable = true;
|
||||
services.printing.cups-pdf.enable = true;
|
||||
services.printing.drivers = with pkgs; [ hplip ];
|
||||
}
|
||||
Reference in New Issue
Block a user