8 lines
81 B
Nix
Executable file
8 lines
81 B
Nix
Executable file
{ config, ... }:
|
|
|
|
{
|
|
services.avahi = {
|
|
enable = true;
|
|
nssmdns = true;
|
|
};
|
|
}
|