Loading nixos/modules/services/networking/blocky.nix +13 −4 Original line number Diff line number Diff line Loading @@ -64,7 +64,16 @@ in ProtectKernelTunables = true; ProtectSystem = "strict"; Restart = "on-failure"; RestrictAddressFamilies = [ RestrictAddressFamilies = let logType = lib.attrByPath [ "settings" "queryLog" "type" ] "" cfg; in (lib.optional (lib.elem logType [ "mysql" "postgresql" "timescale" ]) "AF_UNIX") ++ [ "AF_INET" "AF_INET6" ]; Loading Loading
nixos/modules/services/networking/blocky.nix +13 −4 Original line number Diff line number Diff line Loading @@ -64,7 +64,16 @@ in ProtectKernelTunables = true; ProtectSystem = "strict"; Restart = "on-failure"; RestrictAddressFamilies = [ RestrictAddressFamilies = let logType = lib.attrByPath [ "settings" "queryLog" "type" ] "" cfg; in (lib.optional (lib.elem logType [ "mysql" "postgresql" "timescale" ]) "AF_UNIX") ++ [ "AF_INET" "AF_INET6" ]; Loading