forked from nico/dots
avahi: init
This commit is contained in:
parent
45a79e8239
commit
19ed2c2ccc
1 changed files with 8 additions and 0 deletions
8
modules/linux/avahi.nix
Normal file
8
modules/linux/avahi.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ...}:
|
||||
|
||||
{
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue