added printer.nix

This commit is contained in:
2022-10-19 10:49:58 +02:00
parent e26bd72718
commit fe65ba9e75

7
printer.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# Enable CUPS to print documents.
services.printing.enable = true;
}