feat(sgx): disable Avahi service in fileserver configuration
- Set `services.avahi.enable` to `false` in `fileserver.nix`. - Ensures Avahi is disabled, aligning with updated system requirements.
This commit is contained in:
parent
44bbb2d21a
commit
1338ced84f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = false;
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
nssmdns6 = true;
|
nssmdns6 = true;
|
||||||
ipv6 = true;
|
ipv6 = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue