mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: set avahi.enable to lib.mkForce true as it is being disabled by default for all networking-enabled machines
This commit is contained in:
parent
1d735c345a
commit
7e88abdfc1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
# ^^ Needed to allow samba to automatically register mDNS records (without the need for an `extraServiceFile`
|
# ^^ Needed to allow samba to automatically register mDNS records (without the need for an `extraServiceFile`
|
||||||
#nssmdns4 = true;
|
#nssmdns4 = true;
|
||||||
# ^^ Not one hundred percent sure if this is needed- if it aint broke, don't fix it
|
# ^^ Not one hundred percent sure if this is needed- if it aint broke, don't fix it
|
||||||
enable = true;
|
enable = lib.mkForce true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
samba-wsdd = {
|
samba-wsdd = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue