11 lines
144 B
Nix
11 lines
144 B
Nix
|
{
|
||
|
services = {
|
||
|
printing.enable = true;
|
||
|
avahi = {
|
||
|
enable = true;
|
||
|
nssmdns4 = true;
|
||
|
openFirewall = true;
|
||
|
};
|
||
|
};
|
||
|
}
|