nixos-config/modules/core/printing.nix

11 lines
164 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
2025-01-10 20:48:19 +01:00
services.avahi = {
enable = false;
2025-01-10 20:48:19 +01:00
nssmdns4 = true;
openFirewall = true;
};
# environment.systemPackages = with pkgs; [
# ];
2025-01-10 20:48:19 +01:00
}