dots/modules/desktop/printing.nix
2025-06-21 18:33:20 +10:00

10 lines
140 B
Nix

{ config, ... }:
{
imports = [
../network/avahi.nix
];
services.printing.enable = true;
services.avahi.openFirewall = true;
}