10 lines
129 B
Nix
10 lines
129 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.printing.enable = true;
|
|
services.avahi = {
|
|
enable = true;
|
|
nssmdns4 = true;
|
|
};
|
|
}
|