0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/evcc: allow avahi discovery of eebus devices

required for some wallboxes
This commit is contained in:
Maximilian Staab 2025-04-03 09:17:47 +02:00
parent 5a6068bdca
commit bef6e42242

View file

@ -113,6 +113,7 @@ in
"AF_INET"
"AF_INET6"
"AF_UNIX"
"AF_NETLINK"
];
RestrictNamespaces = true;
RestrictRealtime = true;