16 lines
234 B
Nix
16 lines
234 B
Nix
{
|
|
# services.avahi = {
|
|
# enable = true;
|
|
# nssmdns4 = true;
|
|
# openFirewall = true;
|
|
# };
|
|
|
|
services.printing = {
|
|
enable = true;
|
|
# drivers = with pkgs; [
|
|
# cups-filters
|
|
# cups-browsed
|
|
# ];
|
|
};
|
|
}
|