nixos-config/system/printing/default.nix

8 lines
128 B
Nix
Raw Normal View History

2023-06-07 12:03:33 +02:00
{ config, pkgs, ... }:
{
services.printing.enable = true;
services.avahi.enable = true;
services.avahi.nssmdns = true;
}