add initial fw configs
This commit is contained in:
10
hosts/fw.cloonar.com/modules/avahi.nix
Normal file
10
hosts/fw.cloonar.com/modules/avahi.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
reflector = true;
|
||||
interfaces = [
|
||||
"lan"
|
||||
"multimedia"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user